diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-18 13:04:22 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-18 13:04:22 +0100 |
commit | 9712ff1288f942736ed76c0dec014909f067eec9 (patch) | |
tree | d3db95b26eb5606d89a711571055ceceee7c52e3 /runtime/doc/quickref.txt | |
parent | 65ee49decf5677690cd695d5d288e39344965fff (diff) | |
download | vim-git-9712ff1288f942736ed76c0dec014909f067eec9.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 2cc2358e9..b3090915e 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 9.0. Last change: 2022 May 05 +*quickref.txt* For Vim version 9.0. Last change: 2022 Sep 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -919,7 +919,7 @@ Short explanation of each option: *option-list* 'spellsuggest' 'sps' method(s) used to suggest spelling corrections 'splitbelow' 'sb' new window from split is below the current one 'splitright' 'spr' new window is put right of the current one -'splitscroll' 'spsc' determines scroll behavior when splitting windows +'splitscroll' 'spsc' determines scroll behavior for split windows 'startofline' 'sol' commands move cursor to first non-blank in line 'statusline' 'stl' custom format for the status line 'suffixes' 'su' suffixes that are ignored with multiple match |