diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:05:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:05:53 +0000 |
commit | e3cd7b5397bcd3f4989801896ec483f31393ca04 (patch) | |
tree | 587a4cad1e5abe7e9c3760c0278632f65bb25e88 /runtime/doc/map.txt | |
parent | Releasing progress-linux version 2:9.1.0698-1~progress7.99u1. (diff) | |
download | vim-e3cd7b5397bcd3f4989801896ec483f31393ca04.tar.xz vim-e3cd7b5397bcd3f4989801896ec483f31393ca04.zip |
Merging upstream version 2:9.1.0709.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | runtime/doc/map.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 432a986..c382926 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 9.1. Last change: 2024 Jul 11 +*map.txt* For Vim version 9.1. Last change: 2024 Aug 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1624,12 +1624,14 @@ completion can be enabled: -complete=arglist file names in argument list -complete=augroup autocmd groups + -complete=behave |:behave| suboptions + -complete=breakpoint |:breakadd| suboptions -complete=buffer buffer names - -complete=behave :behave suboptions -complete=color color schemes -complete=command Ex command (and arguments) -complete=compiler compilers -complete=cscope |:cscope| suboptions + -complete=diff_buffer diff buffer names -complete=dir directory names -complete=dir_in_path directory names in |'cdpath'| -complete=environment environment variable names @@ -1641,7 +1643,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=mapclear buffer argument @@ -1650,6 +1652,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'| |