commit | 6bb450145e96d7b182769fd9502a267da72667ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 15:11:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 15:11:19 2016 +0200 |
tree | fe9bf56395610749a704c4986aaa7f61e8911483 | |
parent | e381d3d5e098546854b008e01ca1d28ba1a4a057 [diff] [blame] |
patch 7.4.1993 Problem: Not all TRUE and FALSE arguments are tested. Solution: Add a few more tests.
diff --git a/src/version.c b/src/version.c index f235d76..9967455 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1993, +/**/ 1992, /**/ 1991,