summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-10 15:36:55 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-10 15:36:55 +0100
commita8f04aa275984183bab5bb583b128f38c64abb69 (patch)
tree633a0b65f51e283edf85efbb43cf6ebf58187b21 /runtime/doc/options.txt
parent2993ac5fce5450428322ce43aaa5e643e6994443 (diff)
patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491
Problem: The minimum width of the popup menu is hard coded. Solution: Add the 'pumwidth' option. (Christian Brabandt, James McCoy, closes #2314)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 87b7bbc500..b260d7e11d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5955,6 +5955,16 @@ 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
+ {not available when compiled without the
+ |+insert_expand| feature}
+ {not in Vi}
+ 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|.
+
*'pythondll'*
'pythondll' string (default depends on the build)
global