neovim

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

commit 751ab0e4ca15bf9ec3ea6262ea1bbbcc7bd5df80
parent 5f81c369344108b4bdcc2d1460ef25b49d9b463f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun,  1 Sep 2024 06:29:02 +0800

vim-patch:e2c4e07: runtime(doc): Update :help :command-complete list

closes: vim/vim#15602

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

Co-authored-by: Doug Kearns <dougkearns@gmail.com>

Diffstat:
Mruntime/doc/map.txt | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt @@ -1381,10 +1381,12 @@ completion can be enabled: -complete=arglist file names in argument list -complete=augroup autocmd groups + -complete=breakpoint |:breakadd| suboptions -complete=buffer buffer names -complete=color color schemes -complete=command Ex command (and arguments) -complete=compiler compilers + -complete=diff_buffer diff buffer names -complete=dir directory names -complete=dir_in_path directory names in |'cdpath'| -complete=environment environment variable names @@ -1396,7 +1398,7 @@ completion can be enabled: -complete=function function name -complete=help help subjects -complete=highlight highlight groups - -complete=history :history suboptions + -complete=history |:history| suboptions -complete=keymap keyboard mappings -complete=locale locale names (as output of locale -a) -complete=lua Lua expression |:lua| @@ -1406,6 +1408,8 @@ completion can be enabled: -complete=messages |:messages| suboptions -complete=option options -complete=packadd optional package |pack-add| names + -complete=runtime file and directory names in |'runtimepath'| + -complete=scriptnames sourced script names -complete=shellcmd Shell command -complete=sign |:sign| suboptions -complete=syntax syntax file names |'syntax'|