Skip to content

Commit e2c4e07

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Update :help :command-complete list
closes: #15602 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Doug Kearns <dougkearns@gmail.com>
1 parent 09b80d2 commit e2c4e07

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

runtime/doc/map.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 9.1. Last change: 2024 Jul 11
1+
*map.txt* For Vim version 9.1. Last change: 2024 Aug 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1624,12 +1624,14 @@ completion can be enabled:
16241624

16251625
-complete=arglist file names in argument list
16261626
-complete=augroup autocmd groups
1627+
-complete=behave |:behave| suboptions
1628+
-complete=breakpoint |:breakadd| suboptions
16271629
-complete=buffer buffer names
1628-
-complete=behave :behave suboptions
16291630
-complete=color color schemes
16301631
-complete=command Ex command (and arguments)
16311632
-complete=compiler compilers
16321633
-complete=cscope |:cscope| suboptions
1634+
-complete=diff_buffer diff buffer names
16331635
-complete=dir directory names
16341636
-complete=dir_in_path directory names in |'cdpath'|
16351637
-complete=environment environment variable names
@@ -1641,7 +1643,7 @@ completion can be enabled:
16411643
-complete=function function name
16421644
-complete=help help subjects
16431645
-complete=highlight highlight groups
1644-
-complete=history :history suboptions
1646+
-complete=history |:history| suboptions
16451647
-complete=keymap keyboard mappings
16461648
-complete=locale locale names (as output of locale -a)
16471649
-complete=mapclear buffer argument
@@ -1650,6 +1652,8 @@ completion can be enabled:
16501652
-complete=messages |:messages| suboptions
16511653
-complete=option options
16521654
-complete=packadd optional package |pack-add| names
1655+
-complete=runtime file and directory names in |'runtimepath'|
1656+
-complete=scriptnames sourced script names
16531657
-complete=shellcmd Shell command
16541658
-complete=sign |:sign| suboptions
16551659
-complete=syntax syntax file names |'syntax'|

0 commit comments

Comments
 (0)