Updated runtime files.

This commit is contained in:
Bram Moolenaar
2016-07-09 20:21:48 +02:00
parent 0d3e24be56
commit 063b9d15ab
13 changed files with 168 additions and 135 deletions
+1 -1
View File
@@ -3283,7 +3283,7 @@ execute({command} [, {silent}]) *execute()*
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.