diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-09 17:07:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-09 17:07:29 +0200 |
commit | 79815f1ec77406f2f21a618c053e5793b597db7a (patch) | |
tree | 7a99af24de8d373cc9a12408b39a57118a6577b9 /src/testdir/test_alot.vim | |
parent | fc4ad616073a169badfb2b9906fee2844f76f730 (diff) | |
download | vim-git-79815f1ec77406f2f21a618c053e5793b597db7a.tar.gz |
patch 7.4.2008v7.4.2008
Problem: evalcmd() has a confusing name.
Solution: Rename to execute(). Make silent optional. Support a list of
commands.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 074c2dec9..3074a5c0b 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -5,7 +5,7 @@ source test_assign.vim source test_autocmd.vim source test_cursor_func.vim source test_delete.vim -source test_evalcmd.vim +source test_execute_func.vim source test_ex_undo.vim source test_expand.vim source test_expr.vim |