Skip to content

Commit 0280c0b

Browse files
authored
runtime(doc): sort option-list alphabetically (#13630)
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 1c8e233 commit 0280c0b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/doc/quickref.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.0. Last change: 2022 Dec 16
1+
*quickref.txt* For Vim version 9.0. Last change: 2023 Dec 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -604,12 +604,12 @@ Short explanation of each option: *option-list*
604604
'altkeymap' 'akm' obsolete option for Farsi
605605
'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
606606
'antialias' 'anti' Mac OS X: use smooth, antialiased fonts
607-
'autochdir' 'acd' change directory to the file in the current window
608-
'autoshelldir' 'asd' change directory to the shell's current directory
609607
'arabic' 'arab' for Arabic as a default second language
610608
'arabicshape' 'arshape' do shaping for Arabic characters
609+
'autochdir' 'acd' change directory to the file in the current window
611610
'autoindent' 'ai' take indent for new line from previous line
612611
'autoread' 'ar' autom. read file when changed outside of Vim
612+
'autoshelldir' 'asd' change directory to the shell's current directory
613613
'autowrite' 'aw' automatically write file if changed
614614
'autowriteall' 'awa' as 'autowrite', but works with more commands
615615
'background' 'bg' "dark" or "light", used for highlight colors
@@ -642,8 +642,8 @@ Short explanation of each option: *option-list*
642642
'cindent' 'cin' do C program indenting
643643
'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
644644
'cinoptions' 'cino' how to do indenting when 'cindent' is set
645-
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
646645
'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
646+
'cinwords' 'cinw' words where 'si' and 'cin' add an indent
647647
'clipboard' 'cb' use the clipboard as the unnamed register
648648
'cmdheight' 'ch' number of lines to use for the command-line
649649
'cmdwinheight' 'cwh' height of the command-line window
@@ -1005,9 +1005,9 @@ Short explanation of each option: *option-list*
10051005
'winaltkeys' 'wak' when the windows system handles ALT keys
10061006
'wincolor' 'wcr' window-local highlighting
10071007
'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B
1008-
'winheight' 'wh' minimum number of lines for the current window
10091008
'winfixheight' 'wfh' keep window height when opening/closing windows
10101009
'winfixwidth' 'wfw' keep window width when opening/closing windows
1010+
'winheight' 'wh' minimum number of lines for the current window
10111011
'winminheight' 'wmh' minimum number of lines for any window
10121012
'winminwidth' 'wmw' minimal number of columns for any window
10131013
'winptydll' name of the winpty dynamic library

0 commit comments

Comments
 (0)