vim-patch:7.4.2008

Problem:    evalcmd() has a confusing name.
Solution:   Rename to execute().  Make silent optional.  Support a list of
            commands.

79815f1ec7
This commit is contained in:
James McCoy
2017-01-08 23:13:51 -05:00
parent 9fcf6d577f
commit 6520517e22
8 changed files with 207 additions and 45 deletions

View File

@@ -79,7 +79,7 @@ return {
eval={args=1},
eventhandler={},
executable={args=1},
execute={args=1},
execute={args={1, 2}},
exepath={args=1},
exists={args=1},
exp={args=1, func="float_op_wrapper", data="&exp"},