diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-19 22:05:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-19 22:05:51 +0200 |
commit | 85850f3a5ef9f5a9d22e908ef263de8faa265a95 (patch) | |
tree | 0e9b47be5b4ce7e16de3cc057588dd3507de4209 /runtime/doc/quickref.txt | |
parent | 7964873afe59d0896a921b7c585167674bb784d5 (diff) | |
download | vim-git-85850f3a5ef9f5a9d22e908ef263de8faa265a95.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 168e78522..f6505e6ba 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.1. Last change: 2019 May 31 +*quickref.txt* For Vim version 8.1. Last change: 2019 Jul 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -829,6 +829,7 @@ Short explanation of each option: *option-list* 'perldll' name of the Perl dynamic library 'preserveindent' 'pi' preserve the indent structure when reindenting 'previewheight' 'pvh' height of the preview window +'previewpopup' 'pvp' use popup window for preview 'previewwindow' 'pvw' identifies the preview window 'printdevice' 'pdev' name of the printer to be used for :hardcopy 'printencoding' 'penc' encoding to be used for printing |