diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-27 21:04:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 21:04:52 +0200 |
commit | 9d200cd0a3ef749509cee3331ba1d0b5fb62e7f2 (patch) | |
tree | e7e348486b77ba7f3b166d71c1892660b95b75ad /runtime | |
parent | 595acbbc42e2856d958f518421a8cb56b0501127 (diff) | |
download | rneovim-9d200cd0a3ef749509cee3331ba1d0b5fb62e7f2.tar.gz rneovim-9d200cd0a3ef749509cee3331ba1d0b5fb62e7f2.tar.bz2 rneovim-9d200cd0a3ef749509cee3331ba1d0b5fb62e7f2.zip |
getcompletion("cmdline") (#6376)
Closes #5823
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 341e65d381..9a86e13d95 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3998,6 +3998,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()* augroup autocmd groups buffer buffer names behave :behave suboptions + cmdline |cmdline-completion| color color schemes command Ex command (and arguments) compiler compilers @@ -4026,7 +4027,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()* user user names var user variables - If {pat} is an empty string, then all the matches are returned. + If {pat} is an empty string then all matches are returned. Otherwise only items matching {pat} are returned. See |wildcards| for the use of special characters in {pat}. |