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/version.c b/src/version.c index f34f7a0..b6b9e59 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1996, +/**/ 1995, /**/ 1994,