|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -604,12 +604,12 @@ Short explanation of each option: *option-list*
|
604 | 604 | 'altkeymap' 'akm' obsolete option for Farsi
|
605 | 605 | 'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
|
606 | 606 | '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 |
609 | 607 | 'arabic' 'arab' for Arabic as a default second language
|
610 | 608 | 'arabicshape' 'arshape' do shaping for Arabic characters
|
| 609 | +'autochdir' 'acd' change directory to the file in the current window |
611 | 610 | 'autoindent' 'ai' take indent for new line from previous line
|
612 | 611 | 'autoread' 'ar' autom. read file when changed outside of Vim
|
| 612 | +'autoshelldir' 'asd' change directory to the shell's current directory |
613 | 613 | 'autowrite' 'aw' automatically write file if changed
|
614 | 614 | 'autowriteall' 'awa' as 'autowrite', but works with more commands
|
615 | 615 | 'background' 'bg' "dark" or "light", used for highlight colors
|
@@ -642,8 +642,8 @@ Short explanation of each option: *option-list*
|
642 | 642 | 'cindent' 'cin' do C program indenting
|
643 | 643 | 'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
|
644 | 644 | 'cinoptions' 'cino' how to do indenting when 'cindent' is set
|
645 |
| -'cinwords' 'cinw' words where 'si' and 'cin' add an indent |
646 | 645 | 'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
|
| 646 | +'cinwords' 'cinw' words where 'si' and 'cin' add an indent |
647 | 647 | 'clipboard' 'cb' use the clipboard as the unnamed register
|
648 | 648 | 'cmdheight' 'ch' number of lines to use for the command-line
|
649 | 649 | 'cmdwinheight' 'cwh' height of the command-line window
|
@@ -1005,9 +1005,9 @@ Short explanation of each option: *option-list*
|
1005 | 1005 | 'winaltkeys' 'wak' when the windows system handles ALT keys
|
1006 | 1006 | 'wincolor' 'wcr' window-local highlighting
|
1007 | 1007 | 'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B
|
1008 |
| -'winheight' 'wh' minimum number of lines for the current window |
1009 | 1008 | 'winfixheight' 'wfh' keep window height when opening/closing windows
|
1010 | 1009 | 'winfixwidth' 'wfw' keep window width when opening/closing windows
|
| 1010 | +'winheight' 'wh' minimum number of lines for the current window |
1011 | 1011 | 'winminheight' 'wmh' minimum number of lines for any window
|
1012 | 1012 | 'winminwidth' 'wmw' minimal number of columns for any window
|
1013 | 1013 | 'winptydll' name of the winpty dynamic library
|
|
0 commit comments