diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-26 06:41:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 06:41:54 +0800 |
commit | bfe8a39512bc4dbf4921c56158c61a172e8f10cf (patch) | |
tree | 2458139326b6aa7c4dd3825bf8a9bf667b9befff /runtime/lua/vim/_meta/options.lua | |
parent | 3347519dd7e0a7cb2730dfa45dca5fd0a40e69e0 (diff) | |
download | rneovim-bfe8a39512bc4dbf4921c56158c61a172e8f10cf.tar.gz rneovim-bfe8a39512bc4dbf4921c56158c61a172e8f10cf.tar.bz2 rneovim-bfe8a39512bc4dbf4921c56158c61a172e8f10cf.zip |
vim-patch:partial:5985879e3c36 (#25780)
runtime(doc): Fix typos in several documents (vim/vim#13420)
* Fix typos in several documents
* Update runtime/doc/terminal.txt
https://github.com/vim/vim/commit/5985879e3c36383155f84649fa42d06813a1893e
Skip runtime/doc/indent.txt: not ported yet
Co-authored-by: h_east <h.east.727@gmail.com>
Co-authored-by: K.Takata <kentkt@csc.jp>
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 83b30838ab..967cf36da0 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -6614,7 +6614,7 @@ vim.bo.swf = vim.bo.swapfile --- This option controls the behavior when switching between buffers. --- This option is checked, when --- - jumping to errors with the `quickfix` commands (`:cc`, `:cn`, `:cp`, ---- etc.) +--- etc.). --- - jumping to a tag using the `:stag` command. --- - opening a file using the `CTRL-W_f` or `CTRL-W_F` command. --- - jumping to a buffer using a buffer split command (e.g. `:sbuffer`, |