commit | 48e697e4b6b6b490c58ec9393da9b2d2ea47c6d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 22:17:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 22:17:30 2016 +0100 |
tree | 513a142e88c044131d4f2ed65704b20a20292e99 | |
parent | f95534c3d411084d1b6112fe64f6108bf7acbb92 [diff] [blame] |
patch 7.4.1158 Problem: Still using __ARGS(). Solution: Remove __ARGS() from eval.c
diff --git a/src/version.c b/src/version.c index 2c99110..2f4ab06 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1158, +/**/ 1157, /**/ 1156,