commit | 7b6156f4cd4027b664a916ba546e9b05d4c49e11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 16:01:26 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 16:01:26 2015 +0100 |
tree | b569ff674e96d8f0f77c3d69ba2220ced8df9286 | |
parent | 4686b323e4bc0f466500b018959f6c8965f010f9 [diff] [blame] |
patch 7.4.982 Problem: Keeping the list of tests updated is a hassle. Solution: Move the list to a separate file, so that it only needs to be udpated in one place.
diff --git a/src/version.c b/src/version.c index ac5bb1f..60a9b54 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 982, +/**/ 981, /**/ 980,