1- *map.txt* For Vim version 9.1. Last change: 2025 Jul 14
1+ *map.txt* For Vim version 9.1. Last change: 2025 Aug 06
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1635,13 +1635,13 @@ completion can be enabled:
16351635 -complete=cscope | :cscope | suboptions
16361636 -complete=diff_buffer diff buffer names
16371637 -complete=dir directory names
1638- -complete=dir_in_path directory names in | 'cdpath' |
1638+ -complete=dir_in_path directory names in 'cdpath'
16391639 -complete=environment environment variable names
16401640 -complete=event autocommand events
16411641 -complete=expression Vim expression
16421642 -complete=file file and directory names
1643- -complete=file_in_path file and directory names in | 'path' |
1644- -complete=filetype filetype names | 'filetype' |
1643+ -complete=file_in_path file and directory names in 'path'
1644+ -complete=filetype filetype names 'filetype'
16451645 -complete=function function name
16461646 -complete=help help subjects
16471647 -complete=highlight highlight groups
@@ -1655,13 +1655,13 @@ completion can be enabled:
16551655 -complete=option options
16561656 -complete=packadd optional package | pack-add | names
16571657 -complete=retab | :retab | suboptions
1658- -complete=runtime file and directory names in | 'runtimepath' |
1658+ -complete=runtime file and directory names in 'runtimepath'
16591659 -complete=scriptnames sourced script names
16601660 -complete=shellcmd Shell command
16611661 -complete=shellcmdline First is a shell command and subsequent ones
16621662 are filenames. The same behavior as | :!cmd |
16631663 -complete=sign | :sign | suboptions
1664- -complete=syntax syntax file names | 'syntax' |
1664+ -complete=syntax syntax file names 'syntax'
16651665 -complete=syntime | :syntime | suboptions
16661666 -complete=tag tags
16671667 -complete=tag_listfiles tags, file names are shown when CTRL-D is hit
0 commit comments