From a9f810b20320910722a1b1136e9d0ff4ab26e69d Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 22 Apr 2025 07:23:48 +0800 Subject: [PATCH] vim-patch:31b78cc: runtime(doc): update documentation closes: vim/vim#17180 https://github.com/vim/vim/commit/31b78cce6e6412cada49ca994f6665ef4acec792 Co-authored-by: Hirohito Higashi --- runtime/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 index d951928dcc..916fd9e2e2 100644 --- 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