1- *quickref.txt* For Vim version 9.1. Last change: 2025 Jun 04
1+ *quickref.txt* For Vim version 9.1. Last change: 2025 Jun 12
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -920,7 +920,7 @@ Short explanation of each option: *option-list*
920920'smartindent' 'si' smart autoindenting for C programs
921921'smarttab' 'sta' <Tab> in leading whitespace indents by 'shiftwidth'
922922'smoothscroll' 'sms' scroll by screen lines when 'wrap' is set
923- 'softtabstop' 'sts' number of spaces that <Tab> uses while editing
923+ 'softtabstop' 'sts' number of columns between two soft tab stops
924924'spell' enable spell checking
925925'spellcapcheck' 'spc' pattern to locate end of a sentence
926926'spellfile' 'spf' files where | zg | and | zw | store words
@@ -942,7 +942,7 @@ Short explanation of each option: *option-list*
942942'tabclose' 'tcl' which tab page to focus when closing a tab
943943'tabline' 'tal' custom format for the console tab pages line
944944'tabpagemax' 'tpm' maximum number of tab pages for | -p | and "tab all"
945- 'tabstop' 'ts' number of spaces that <Tab> in file uses
945+ 'tabstop' 'ts' number of columns between two tab stops
946946'tagbsearch' 'tbs' use binary searching in tags files
947947'tagcase' 'tc' how to handle case when searching in tags files
948948'tagfunc' 'tfu' function to get list of tag matches
@@ -987,8 +987,8 @@ Short explanation of each option: *option-list*
987987'undoreload' 'ur' max nr of lines to save for undo on a buffer reload
988988'updatecount' 'uc' after this many characters flush swap file
989989'updatetime' 'ut' after this many milliseconds flush swap file
990- 'varsofttabstop' 'vsts' a list of number of spaces when typing <Tab>
991- 'vartabstop' 'vts' a list of number of spaces for <Tab> s
990+ 'varsofttabstop' 'vsts' a list of number of columns between soft tab stops
991+ 'vartabstop' 'vts' a list of number of columns between tab stops
992992'verbose' 'vbs' give informative messages
993993'verbosefile' 'vfile' file to write messages in
994994'viewdir' 'vdir' directory where to store files with :mkview
0 commit comments