diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-12-25 08:35:27 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2021-12-25 08:36:32 +0800 |
commit | ccc4d83507cd31c7724a958b3099c169ef3b411f (patch) | |
tree | ced45c8c18ae64dfdff1ae7991ebaf3cf43be800 | |
parent | 7fa8411d8b219b37ffd56aa081ba7bf305858ce1 (diff) | |
download | rneovim-ccc4d83507cd31c7724a958b3099c169ef3b411f.tar.gz rneovim-ccc4d83507cd31c7724a958b3099c169ef3b411f.tar.bz2 rneovim-ccc4d83507cd31c7724a958b3099c169ef3b411f.zip |
vim-patch:partial:6c391a74fe90
Update runtime files
https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 2cbf06b3c0..15e9d6c811 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4559,7 +4559,7 @@ fullcommand({name}) *fullcommand()* The string argument {name} may start with a `:` and can include a [range], these are skipped and not returned. Returns an empty string if a command doesn't exist or if it's - ambiguous (for user-defined functions). + ambiguous (for user-defined commands). For example `fullcommand('s')`, `fullcommand('sub')`, `fullcommand(':%substitute')` all return "substitute". |