diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-27 16:52:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-27 16:52:01 +0200 |
commit | c572da5f67aa5cdbbc127fc6f1d0a42e38468325 (patch) | |
tree | 1347a54e045c649ba30f869303ea055a596ee3d6 /runtime/doc/quickref.txt | |
parent | 7adf06f4e25c795ba32ff0b2e8591330f6a41afb (diff) | |
download | vim-git-c572da5f67aa5cdbbc127fc6f1d0a42e38468325.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 00075b37c..326b40504 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2017 Aug 01 +*quickref.txt* For Vim version 8.0. Last change: 2017 Aug 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -974,6 +974,7 @@ Short explanation of each option: *option-list* 'winfixwidth' 'wfw' keep window width when opening/closing windows 'winminheight' 'wmh' minimum number of lines for any window 'winminwidth' 'wmw' minimal number of columns for any window +'winptydll' name of the winpty dynamic library 'winwidth' 'wiw' minimal number of columns for current window 'wrap' long lines wrap and continue on the next line 'wrapmargin' 'wm' chars from the right where wrapping starts |