vim-patch:ab01adf7c65b

runtime(doc): Update options.txt

closes: vim/vim#14295

ab01adf7c6

Co-authored-by: Song-Tianxiang <149415622+Song-Tianxiang@users.noreply.github.com>
This commit is contained in:
Christian Clason 2024-03-25 19:04:23 +01:00
parent fb4e2dbbeb
commit 3fd8292aaf
3 changed files with 3 additions and 3 deletions

View File

@ -6349,7 +6349,7 @@ A jump table for the options with a short description can be found at |Q_op|.
appear wrong in many places. appear wrong in many places.
The value must be more than 0 and less than 10000. The value must be more than 0 and less than 10000.
There are four main ways to use tabs in Vim: There are five main ways to use tabs in Vim:
1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4 1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4
(or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim (or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim
will use a mix of tabs and spaces, but typing <Tab> and <BS> will will use a mix of tabs and spaces, but typing <Tab> and <BS> will

View File

@ -6846,7 +6846,7 @@ vim.go.tpm = vim.go.tabpagemax
--- appear wrong in many places. --- appear wrong in many places.
--- The value must be more than 0 and less than 10000. --- The value must be more than 0 and less than 10000.
--- ---
--- There are four main ways to use tabs in Vim: --- There are five main ways to use tabs in Vim:
--- 1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4 --- 1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4
--- (or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim --- (or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim
--- will use a mix of tabs and spaces, but typing <Tab> and <BS> will --- will use a mix of tabs and spaces, but typing <Tab> and <BS> will

View File

@ -8529,7 +8529,7 @@ return {
appear wrong in many places. appear wrong in many places.
The value must be more than 0 and less than 10000. The value must be more than 0 and less than 10000.
There are four main ways to use tabs in Vim: There are five main ways to use tabs in Vim:
1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4 1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4
(or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim (or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim
will use a mix of tabs and spaces, but typing <Tab> and <BS> will will use a mix of tabs and spaces, but typing <Tab> and <BS> will