From ccc4d83507cd31c7724a958b3099c169ef3b411f Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 25 Dec 2021 08:35:27 +0800 Subject: vim-patch:partial:6c391a74fe90 Update runtime files https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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". -- cgit