diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-08-15 14:05:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-08-15 14:05:05 +0200 |
commit | 2430586629dfccd637a23c45793fc182d2cb2b87 (patch) | |
tree | d6063a8fdcab84a237d8d6ed02b05ad2716c9e27 /runtime | |
parent | 2dac213ac6896bffbbfdd9afbdb0ad0e8b032532 (diff) | |
download | vim-git-2430586629dfccd637a23c45793fc182d2cb2b87.tar.gz |
updated for version 7.3.631v7.3.631
Problem: Cannot complete user names.
Solution: Add user name completion. (Dominique Pelle)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/map.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index b4b77deaa..59c661d3f 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1244,6 +1244,7 @@ completion can be enabled: -complete=syntax syntax file names |'syntax'| -complete=tag tags -complete=tag_listfiles tags, file names are shown when CTRL-D is hit + -complete=user user names -complete=var user variables -complete=custom,{func} custom completion, defined via {func} -complete=customlist,{func} custom completion, defined via {func} |