diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-10 01:24:20 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-31 02:25:10 -0800 |
commit | 93e7c7e3bd30ae141b613e71a6a3a863e6064d91 (patch) | |
tree | 19d0059c11b73fb14d67190a21d4e7c2f66a4aff /runtime/doc/options.txt | |
parent | e922576bdd6abd6736417343121120b289079565 (diff) | |
download | rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.tar.gz rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.tar.bz2 rneovim-93e7c7e3bd30ae141b613e71a6a3a863e6064d91.zip |
doc [ci skip]
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4b832a8606..494a265338 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4543,15 +4543,15 @@ A jump table for the options with a short description can be found at |Q_op|. *'pumheight'* *'ph'* 'pumheight' 'ph' number (default 0) global - Determines the maximum number of items to show in the popup menu for - Insert mode completion. When zero as much space as available is used. - |ins-completion-menu|. + Maximum number of items to show in the popup menu + (|ins-completion-menu|). Zero means "use available screen space". *'pumwidth'* *'pw'* 'pumwidth' 'pw' number (default 15) global - Determines the minium width to use for the popup menu for Insert mode - completion. |ins-completion-menu|. + Minimum width for the popup menu (|ins-completion-menu|). If the + cursor column + 'pumwidth' exceeds screen width, the popup menu is + nudged to fit on the screen. *'pyxversion'* *'pyx'* 'pyxversion' 'pyx' number (default depends on the build) |