neovim

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

commit a9f810b20320910722a1b1136e9d0ff4ab26e69d
parent f3c4fec43ffeff454c391ab9f5a860c78c660f85
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 22 Apr 2025 07:23:48 +0800

vim-patch:31b78cc: runtime(doc): update documentation

closes: vim/vim#17180

https://github.com/vim/vim/commit/31b78cce6e6412cada49ca994f6665ef4acec792

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

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

diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt @@ -921,7 +921,7 @@ Command line: *command-line-functions* getcmdwintype() return the current command-line window type getcompletion() list of command-line completion matches fullcommand() get full command name - cmdcomplete_info() get current completion information + cmdcomplete_info() get command-line completion information Quickfix and location lists: *quickfix-functions* getqflist() list of quickfix errors