commit | 1e5e1231ac9e1ba9678812c96f9d554a078eeec4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 17:33:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 17:33:02 2016 +0200 |
tree | 21ea01576e37017525dd70dc9f640ad04c5f9456 | |
parent | 9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d [diff] [blame] |
patch 7.4.1996 Problem: Capturing the output of a command takes a few commands. Solution: Add evalcmd().
diff --git a/src/Makefile b/src/Makefile index 6add935..13bf776 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2023,6 +2023,7 @@ test_cmdline \ test_cursor_func \ test_delete \ + test_evalcmd \ test_ex_undo \ test_expand \ test_expand_dllpath \