diff options
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 7871885a5d..81d7f4b83a 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -1809,7 +1809,7 @@ execute({command} [, {silent}]) *execute()* `:redir`, error messages are dropped. To get a list of lines use |split()| on the result: > - split(execute('args'), "\n") + execute('args')->split("\n") < This function is not available in the |sandbox|. Note: If nested, an outer execute() will not observe output of |