diff runtime/optwin.vim @ 13341:acd7eaa13d2b

Updated runtime files. commit https://github.com/vim/vim/commit/22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 14:53:30 2018 +0100 Updated runtime files. Add Serbian translations and spell checking.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 15:00:08 +0100
parents 53cc7ea77c54
children 4dbf2a6972e6
line wrap: on
line diff
--- 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")