mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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
5985879e3c
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>
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -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`,
|
||||
|
||||
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3507,7 +3507,7 @@ function vim.fn.getregtype(regname) end
|
||||
--- Note that this is a copy, the value of
|
||||
--- script-local variables cannot be changed using
|
||||
--- this dictionary.
|
||||
--- version Vimscript version, always 1
|
||||
--- version Vim script version, always 1
|
||||
---
|
||||
--- Examples: >vim
|
||||
--- echo getscriptinfo({'name': 'myscript'})
|
||||
|
||||
Reference in New Issue
Block a user