File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- *quickref.txt* For Vim version 9.0. Last change: 2022 May 05
1
+ *quickref.txt* For Vim version 9.0. Last change: 2022 Oct 02
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -910,6 +910,7 @@ Short explanation of each option: *option-list*
910
910
'smartcase' 'scs' no ignore case when pattern has uppercase
911
911
'smartindent' 'si' smart autoindenting for C programs
912
912
'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
913
+ 'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
913
914
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
914
915
'spell' enable spell checking
915
916
'spellcapcheck' 'spc' pattern to locate end of a sentence
@@ -918,6 +919,7 @@ Short explanation of each option: *option-list*
918
919
'spelloptions' 'spo' options for spell checking
919
920
'spellsuggest' 'sps' method(s) used to suggest spelling corrections
920
921
'splitbelow' 'sb' new window from split is below the current one
922
+ 'splitkeep' 'spk' determines scroll behavior for split windows
921
923
'splitright' 'spr' new window is put right of the current one
922
924
'startofline' 'sol' commands move cursor to first non-blank in line
923
925
'statusline' 'stl' custom format for the status line
You can’t perform that action at this time.
0 commit comments