commit | 99dbe291f55022bd5166c9c3c7967b8693cd9d1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:07:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:07:23 2016 +0100 |
tree | 23015355edf9df981b590f59b0cb34b93922dade | |
parent | b20e334859334be35de4b295023a2b49bdabbfa9 [diff] [blame] |
patch 7.4.1132 Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 0b59518..919f7b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1132, +/**/ 1131, /**/ 1130,