summaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-16 21:35:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-16 21:35:52 +0000
commitd3667a2e2971a879194084f4b61b8ff7ff9765a2 (patch)
treeb4dcab4066674ba9bfa268bff3ee9b2be20aa320 /runtime/optwin.vim
parentcf03447964a76bd37b14d208fc524f40a84f6e64 (diff)
downloadvim-git-d3667a2e2971a879194084f4b61b8ff7ff9765a2.tar.gz
updated for version 7.0226
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 bebeeda1a..7cb905032 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: 2006 Mar 12
+" Last Change: 2006 Mar 16
" If there already is an option window, jump to that one.
if bufwinnr("option-window") > 0
@@ -725,6 +725,8 @@ if has("insert_expand")
call <SID>OptionL("cpt")
call append("$", "completeopt\twhether to use a popup menu for Insert mode completion")
call <SID>OptionG("cot", &cot)
+ call append("$", "pumheight\tmaximum height of the popup menu")
+ call <SID>OptionG("ph", &ph)
call append("$", "completefunc\tuser defined function for Insert mode completion")
call append("$", "\t(local to buffer)")
call <SID>OptionL("cfu")