commit | 87bc3f74598ae8c648957e5755000cc6cdbc89ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 17:33:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 17:33:54 2016 +0200 |
tree | e67339a7b08df326739cdb1ae0cc08e2f14d2951 | |
parent | de653f08805dde14424d417502a0480a6ad292f8 [diff] [blame] |
patch 7.4.2315 Problem: Insufficient testing for Normal mode commands. Solution: Add a big test. (Christian Brabandt, closes #1029)
diff --git a/src/version.c b/src/version.c index eb1c302..297830f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2315, +/**/ 2314, /**/ 2313,