commit | 79815f1ec77406f2f21a618c053e5793b597db7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 17:07:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 17:07:29 2016 +0200 |
tree | 7a99af24de8d373cc9a12408b39a57118a6577b9 | |
parent | fc4ad616073a169badfb2b9906fee2844f76f730 [diff] [blame] |
patch 7.4.2008 Problem: evalcmd() has a confusing name. Solution: Rename to execute(). Make silent optional. Support a list of commands.
diff --git a/src/Makefile b/src/Makefile index 13bf776..007c792 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2023,8 +2023,8 @@ test_cmdline \ test_cursor_func \ test_delete \ - test_evalcmd \ test_ex_undo \ + test_execute_func \ test_expand \ test_expand_dllpath \ test_expr \