commit | 063b9d15abea041a5bfff3ffc4e219e26fd1d4fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 20:21:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 20:21:48 2016 +0200 |
tree | 991f749e954fc3096c12581861a276a4748258a5 | |
parent | 0d3e24be5686c0710aa3c6671e4c626d6cb21a5f [diff] [blame] |
Updated runtime files.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 438e28e..d8fe9c0 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt
@@ -3283,7 +3283,7 @@ It is not possible to use `:redir` anywhere in {command}. To get a list of lines use |split()| on the result: > - split(evalcmd('args'), "\n") + split(execute('args'), "\n") < When used recursively the output of the recursive call is not included in the output of the higher level call.