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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -920,7 +920,7 @@ Short explanation of each option: *option-list*
920
920
'smartindent' 'si' smart autoindenting for C programs
921
921
'smarttab' 'sta' <Tab> in leading whitespace indents by 'shiftwidth'
922
922
'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
924
924
'spell' enable spell checking
925
925
'spellcapcheck' 'spc' pattern to locate end of a sentence
926
926
'spellfile' 'spf' files where | zg | and | zw | store words
@@ -942,7 +942,7 @@ Short explanation of each option: *option-list*
942
942
'tabclose' 'tcl' which tab page to focus when closing a tab
943
943
'tabline' 'tal' custom format for the console tab pages line
944
944
'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
946
946
'tagbsearch' 'tbs' use binary searching in tags files
947
947
'tagcase' 'tc' how to handle case when searching in tags files
948
948
'tagfunc' 'tfu' function to get list of tag matches
@@ -987,8 +987,8 @@ Short explanation of each option: *option-list*
987
987
'undoreload' 'ur' max nr of lines to save for undo on a buffer reload
988
988
'updatecount' 'uc' after this many characters flush swap file
989
989
'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
992
992
'verbose' 'vbs' give informative messages
993
993
'verbosefile' 'vfile' file to write messages in
994
994
'viewdir' 'vdir' directory where to store files with :mkview
0 commit comments