summaryrefslogtreecommitdiffstats
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-27 14:53:30 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-27 14:53:30 +0100
commit22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde (patch)
treeb02755d39b5dbe62e0a3a2ae84bc024d17664955 /runtime/optwin.vim
parentd4fc577e60d325777d38c00bd78fb9a32c7b1dfa (diff)
Updated runtime files.
Add Serbian translations and spell checking.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index a417295fde..d8f07b7d90 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1,7 +1,7 @@
" These commands create the option window.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2017 Nov 21
+" Last Change: 2018 Feb 11
" If there already is an option window, jump to that one.
let buf = bufnr('option-window')
@@ -802,6 +802,8 @@ if has("insert_expand")
call <SID>OptionG("cot", &cot)
call append("$", "pumheight\tmaximum height of the popup menu")
call <SID>OptionG("ph", &ph)
+ call append("$", "pumwidth\tminimum width of the popup menu")
+ call <SID>OptionG("pw", &pw)
call append("$", "completefunc\tuser defined function for Insert mode completion")
call append("$", "\t(local to buffer)")
call <SID>OptionL("cfu")