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