diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-04-08 21:40:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 22:40:56 +0200 |
commit | 012c055804876346a3ef5c1d0cdb8e0a7ee58481 (patch) | |
tree | f2a0febfb656874cebf3e22d998f8281a361b255 /runtime/doc/insert.txt | |
parent | d3068d34cc56a4c66f10a83922d2500f6ca9e651 (diff) | |
download | rneovim-012c055804876346a3ef5c1d0cdb8e0a7ee58481.tar.gz rneovim-012c055804876346a3ef5c1d0cdb8e0a7ee58481.tar.bz2 rneovim-012c055804876346a3ef5c1d0cdb8e0a7ee58481.zip |
vim-patch:partial:cbaff5e06ec5 (#18044)
Update runtime files
https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508
Docs only.
Omit json_encode (different impl, Nvim throws E474 instead; see v8.2.4695).
Skip <MouseMove> (Nvim *kinda* has <MouseMove>, but most of this doc needs
v8.2.4674 anyway...).
Nvim's 'hidden' doc was reworded somewhat, so manually integrate the changes
(https://github.com/neovim/neovim/commit/8331cd13c45fb75bff0cec328ccba79b3ae61fa5).
Also apply "comma-separated" changes to all possible places in options.txt.
Cherry-pick *highlight-clear* tag from v8.2.3578.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 05bf0fe4ba..8cb0a05023 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -258,7 +258,7 @@ CTRL-] Trigger abbreviation, without inserting a character. *i_backspacing* The effect of the <BS>, CTRL-W, and CTRL-U depend on the 'backspace' option -(unless 'revins' is set). This is a comma separated list of items: +(unless 'revins' is set). This is a comma-separated list of items: item action ~ indent allow backspacing over autoindent |