comparison runtime/doc/quickref.txt @ 12254:8d76a56861ec

Update runtime files commit https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 16:52:01 2017 +0200 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 17:00:05 +0200
parents 4f7081eb1e26
children d91cf2e26ef0
comparison
equal deleted inserted replaced
12253:c081ba0b6e8d 12254:8d76a56861ec
1 *quickref.txt* For Vim version 8.0. Last change: 2017 Aug 01 1 *quickref.txt* For Vim version 8.0. Last change: 2017 Aug 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
972 'winheight' 'wh' minimum number of lines for the current window 972 'winheight' 'wh' minimum number of lines for the current window
973 'winfixheight' 'wfh' keep window height when opening/closing windows 973 'winfixheight' 'wfh' keep window height when opening/closing windows
974 'winfixwidth' 'wfw' keep window width when opening/closing windows 974 'winfixwidth' 'wfw' keep window width when opening/closing windows
975 'winminheight' 'wmh' minimum number of lines for any window 975 'winminheight' 'wmh' minimum number of lines for any window
976 'winminwidth' 'wmw' minimal number of columns for any window 976 'winminwidth' 'wmw' minimal number of columns for any window
977 'winptydll' name of the winpty dynamic library
977 'winwidth' 'wiw' minimal number of columns for current window 978 'winwidth' 'wiw' minimal number of columns for current window
978 'wrap' long lines wrap and continue on the next line 979 'wrap' long lines wrap and continue on the next line
979 'wrapmargin' 'wm' chars from the right where wrapping starts 980 'wrapmargin' 'wm' chars from the right where wrapping starts
980 'wrapscan' 'ws' searches wrap around the end of the file 981 'wrapscan' 'ws' searches wrap around the end of the file
981 'write' writing to a file is allowed 982 'write' writing to a file is allowed