neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit cc25cd2cb78574cf187b3ac778ac6eac7e6b6c93
parent bc0b3f271c3541685cf809db4f23d1d98728726a
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu,  7 Aug 2025 06:32:50 +0800

vim-patch:bb0860a: runtime(doc): tweak option name notation further

related: vim/vim#17857
closes: vim/vim#17917

https://github.com/vim/vim/commit/bb0860abc9af6a6154e08fe0c29315b934e7ec42

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>

Diffstat:
Mruntime/doc/index.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt @@ -1017,7 +1017,7 @@ tag command action in Command-line editing mode ~ |c_CTRL-D| CTRL-D list completions that match the pattern in front of the cursor |c_CTRL-E| CTRL-E cursor to end of command-line -'cedit' CTRL-F default value for 'cedit': opens the +'cedit' CTRL-F default value for 'cedit': opens the command-line window; otherwise not used |c_CTRL-G| CTRL-G next match when 'incsearch' is active |c_<BS>| <BS> delete the character in front of the cursor