aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-10 00:42:59 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-29 18:15:46 -0500
commit703ed11c97256997aa0ce8aa5fe04b6e89e8e829 (patch)
tree402cdbb43de7fd560947b73ff294a6ad03cdfbe1 /runtime/doc/options.txt
parent34a59242a0d42687a49119cca590e7b4203496ef (diff)
downloadrneovim-703ed11c97256997aa0ce8aa5fe04b6e89e8e829.tar.gz
rneovim-703ed11c97256997aa0ce8aa5fe04b6e89e8e829.tar.bz2
rneovim-703ed11c97256997aa0ce8aa5fe04b6e89e8e829.zip
vim-patch:8.0.1491: the minimum width of the popup menu is hard coded
Problem: The minimum width of the popup menu is hard coded. Solution: Add the 'pumwidth' option. (Christian Brabandt, James McCoy, closes vim/vim#2314) https://github.com/vim/vim/commit/a8f04aa275984183bab5bb583b128f38c64abb69
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 57e3a00f89..65981ceff5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4531,6 +4531,13 @@ A jump table for the options with a short description can be found at |Q_op|.
Insert mode completion. When zero as much space as available is used.
|ins-completion-menu|.
+ *'pumwidth'* *'pw'*
+'pumwidth' 'pw' number (default 0)
+ global
+ Determines the minium width to use for the popup menu for Insert mode
+ completion. When zero the default of 15 screen cells is used.
+ |ins-completion-menu|.
+
*'pumblend'* *'pb'*
'pumblend' 'pb' number (default 0)
global