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 15
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -785,6 +785,7 @@ Short explanation of each option: *option-list*
785
785
'lines' number of lines in the display
786
786
'linespace' 'lsp' number of pixel lines to use between characters
787
787
'lisp' automatic indenting for Lisp
788
+ 'lispoptions' 'lop' changes how Lisp indenting is done
788
789
'lispwords' 'lw' words that change how lisp indenting works
789
790
'list' show <Tab> and <EOL>
790
791
'listchars' 'lcs' characters for displaying in list mode
@@ -910,6 +911,7 @@ Short explanation of each option: *option-list*
910
911
'smartcase' 'scs' no ignore case when pattern has uppercase
911
912
'smartindent' 'si' smart autoindenting for C programs
912
913
'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
914
+ 'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
913
915
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
914
916
'spell' enable spell checking
915
917
'spellcapcheck' 'spc' pattern to locate end of a sentence
@@ -918,6 +920,7 @@ Short explanation of each option: *option-list*
918
920
'spelloptions' 'spo' options for spell checking
919
921
'spellsuggest' 'sps' method(s) used to suggest spelling corrections
920
922
'splitbelow' 'sb' new window from split is below the current one
923
+ 'splitkeep' 'spk' determines scroll behavior for split windows
921
924
'splitright' 'spr' new window is put right of the current one
922
925
'startofline' 'sol' commands move cursor to first non-blank in line
923
926
'statusline' 'stl' custom format for the status line
0 commit comments