Skip to content

Commit e98aca3

Browse files
committed
quickref.txt: Update Vim 9.0.0752
1 parent fb88d19 commit e98aca3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/quickref.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -910,6 +910,7 @@ Short explanation of each option: *option-list*
910910
'smartcase' 'scs' no ignore case when pattern has uppercase
911911
'smartindent' 'si' smart autoindenting for C programs
912912
'smarttab' 'sta' use 'shiftwidth' when inserting <Tab>
913+
'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
913914
'softtabstop' 'sts' number of spaces that <Tab> uses while editing
914915
'spell' enable spell checking
915916
'spellcapcheck' 'spc' pattern to locate end of a sentence
@@ -918,6 +919,7 @@ Short explanation of each option: *option-list*
918919
'spelloptions' 'spo' options for spell checking
919920
'spellsuggest' 'sps' method(s) used to suggest spelling corrections
920921
'splitbelow' 'sb' new window from split is below the current one
922+
'splitkeep' 'spk' determines scroll behavior for split windows
921923
'splitright' 'spr' new window is put right of the current one
922924
'startofline' 'sol' commands move cursor to first non-blank in line
923925
'statusline' 'stl' custom format for the status line

0 commit comments

Comments
 (0)