mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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:
@@ -89,7 +89,7 @@ Nvim development is funded separately from Vim:
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Credits *credits*
|
Credits *credits*
|
||||||
|
|
||||||
Most of Vim was written by Bram Moolenaar <Bram@vim.org> |Bram-Moolenaar|
|
Most of Vim was written by Bram Moolenaar <Bram@vim.org> |Bram-Moolenaar|.
|
||||||
|
|
||||||
Parts of the documentation come from several Vi manuals, written by:
|
Parts of the documentation come from several Vi manuals, written by:
|
||||||
W.N. Joy
|
W.N. Joy
|
||||||
|
@@ -423,8 +423,9 @@ If there is no g:termdebug_config you can use: >vim
|
|||||||
Any value greater than 1 will set the Asm window height to that value.
|
Any value greater than 1 will set the Asm window height to that value.
|
||||||
|
|
||||||
*termdebug_variables_window*
|
*termdebug_variables_window*
|
||||||
If you want the Var window shown by default, set the flag to 1.
|
If you want the Var window shown by default, set the "variables_window" flag
|
||||||
the "variables_window_height" entry can be used to set the window height: >vim
|
to 1. The "variables_window_height" entry can be used to set the window
|
||||||
|
height: >vim
|
||||||
let g:termdebug_config['variables_window'] = 1
|
let g:termdebug_config['variables_window'] = 1
|
||||||
let g:termdebug_config['variables_window_height'] = 15
|
let g:termdebug_config['variables_window_height'] = 15
|
||||||
If there is no g:termdebug_config you can use: >vim
|
If there is no g:termdebug_config you can use: >vim
|
||||||
|
@@ -6224,7 +6224,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
This option controls the behavior when switching between buffers.
|
This option controls the behavior when switching between buffers.
|
||||||
This option is checked, when
|
This option is checked, when
|
||||||
- jumping to errors with the |quickfix| commands (|:cc|, |:cn|, |:cp|,
|
- jumping to errors with the |quickfix| commands (|:cc|, |:cn|, |:cp|,
|
||||||
etc.)
|
etc.).
|
||||||
- jumping to a tag using the |:stag| command.
|
- jumping to a tag using the |:stag| command.
|
||||||
- opening a file using the |CTRL-W_f| or |CTRL-W_F| 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|,
|
- jumping to a buffer using a buffer split command (e.g. |:sbuffer|,
|
||||||
|
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 controls the behavior when switching between buffers.
|
||||||
--- This option is checked, when
|
--- This option is checked, when
|
||||||
--- - jumping to errors with the `quickfix` commands (`:cc`, `:cn`, `:cp`,
|
--- - jumping to errors with the `quickfix` commands (`:cc`, `:cn`, `:cp`,
|
||||||
--- etc.)
|
--- etc.).
|
||||||
--- - jumping to a tag using the `:stag` command.
|
--- - jumping to a tag using the `:stag` command.
|
||||||
--- - opening a file using the `CTRL-W_f` or `CTRL-W_F` 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`,
|
--- - jumping to a buffer using a buffer split command (e.g. `:sbuffer`,
|
||||||
|
@@ -8366,7 +8366,7 @@ return {
|
|||||||
This option controls the behavior when switching between buffers.
|
This option controls the behavior when switching between buffers.
|
||||||
This option is checked, when
|
This option is checked, when
|
||||||
- jumping to errors with the |quickfix| commands (|:cc|, |:cn|, |:cp|,
|
- jumping to errors with the |quickfix| commands (|:cc|, |:cn|, |:cp|,
|
||||||
etc.)
|
etc.).
|
||||||
- jumping to a tag using the |:stag| command.
|
- jumping to a tag using the |:stag| command.
|
||||||
- opening a file using the |CTRL-W_f| or |CTRL-W_F| 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|,
|
- jumping to a buffer using a buffer split command (e.g. |:sbuffer|,
|
||||||
|
Reference in New Issue
Block a user