comparison runtime/doc/eval.txt @ 9464:be72f4201a1d

commit https://github.com/vim/vim/commit/063b9d15abea041a5bfff3ffc4e219e26fd1d4fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 9 20:21:48 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jul 2016 20:30:06 +0200
parents cdffa812f9d1
children e8b3db8e2d30
comparison
equal deleted inserted replaced
9463:78b611afcadb 9464:be72f4201a1d
3281 `:redir`, error messages are dropped. 3281 `:redir`, error messages are dropped.
3282 *E930* 3282 *E930*
3283 It is not possible to use `:redir` anywhere in {command}. 3283 It is not possible to use `:redir` anywhere in {command}.
3284 3284
3285 To get a list of lines use |split()| on the result: > 3285 To get a list of lines use |split()| on the result: >
3286 split(evalcmd('args'), "\n") 3286 split(execute('args'), "\n")
3287 3287
3288 < When used recursively the output of the recursive call is not 3288 < When used recursively the output of the recursive call is not
3289 included in the output of the higher level call. 3289 included in the output of the higher level call.
3290 3290
3291 exepath({expr}) *exepath()* 3291 exepath({expr}) *exepath()*