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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -785,6 +785,7 @@ Short explanation of each option: *option-list*
785785'lines' number of lines in the display
786786'linespace' 'lsp' number of pixel lines to use between characters
787787'lisp' automatic indenting for Lisp
788+ 'lispoptions' 'lop' changes how Lisp indenting is done
788789'lispwords' 'lw' words that change how lisp indenting works
789790'list' show <Tab> and <EOL>
790791'listchars' 'lcs' characters for displaying in list mode
@@ -910,6 +911,7 @@ Short explanation of each option: *option-list*
910911'smartcase' 'scs' no ignore case when pattern has uppercase
911912'smartindent' 'si' smart autoindenting for C programs
912913'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
914+ 'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
913915'softtabstop' 'sts' number of spaces that <Tab> uses while editing
914916'spell' enable spell checking
915917'spellcapcheck' 'spc' pattern to locate end of a sentence
@@ -918,6 +920,7 @@ Short explanation of each option: *option-list*
918920'spelloptions' 'spo' options for spell checking
919921'spellsuggest' 'sps' method(s) used to suggest spelling corrections
920922'splitbelow' 'sb' new window from split is below the current one
923+ 'splitkeep' 'spk' determines scroll behavior for split windows
921924'splitright' 'spr' new window is put right of the current one
922925'startofline' 'sol' commands move cursor to first non-blank in line
923926'statusline' 'stl' custom format for the status line
0 commit comments