diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-03-25 19:04:23 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-25 22:07:17 +0100 |
commit | 3fd8292aaf215a17c3803ed84bc3b9dfd4931294 (patch) | |
tree | f37b01003fe7de8ba5722af6de6b98c6e4f4e48e /runtime/lua/vim/_meta/options.lua | |
parent | fb4e2dbbebb25aae3cc303c030d21bfee850d274 (diff) | |
download | rneovim-3fd8292aaf215a17c3803ed84bc3b9dfd4931294.tar.gz rneovim-3fd8292aaf215a17c3803ed84bc3b9dfd4931294.tar.bz2 rneovim-3fd8292aaf215a17c3803ed84bc3b9dfd4931294.zip |
vim-patch:ab01adf7c65b
runtime(doc): Update options.txt
closes: vim/vim#14295
https://github.com/vim/vim/commit/ab01adf7c65b4ee350b402ab3ef1e7dfa5e074f1
Co-authored-by: Song-Tianxiang <149415622+Song-Tianxiang@users.noreply.github.com>
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index ac366197cc..2fdedef1de 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -6846,7 +6846,7 @@ vim.go.tpm = vim.go.tabpagemax --- appear wrong in many places. --- 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 --- (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 |