diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:09:49 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 14:18:21 +0100 |
commit | 17a5dde8d366cc2ef6a78d6af7559e9d87f8286b (patch) | |
tree | 4ada9e0c93e9fbebac100308764c310410c12821 /runtime/doc/quickref.txt | |
parent | 733b4ce0339f2fdcdb0db67717fc090dcfecf250 (diff) | |
download | rneovim-17a5dde8d366cc2ef6a78d6af7559e9d87f8286b.tar.gz rneovim-17a5dde8d366cc2ef6a78d6af7559e9d87f8286b.tar.bz2 rneovim-17a5dde8d366cc2ef6a78d6af7559e9d87f8286b.zip |
vim-patch:22f1d0e35eb0
Updated runtime files.
Add Serbian translations and spell checking.
https://github.com/vim/vim/commit/22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index da0bc84fa5..fa770b4a61 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -810,6 +810,7 @@ Short explanation of each option: *option-list* 'printoptions' 'popt' controls the format of :hardcopy output 'prompt' 'prompt' enable prompt in Ex mode 'pumheight' 'ph' maximum height of the popup menu +'pumwidth' 'pw' minimum width of the popup menu 'pythondll' name of the Python 2 dynamic library 'pythonthreedll' name of the Python 3 dynamic library 'quoteescape' 'qe' escape characters used in a string |