commit | 2931f2a5df0d962032d41060af84d9fd2cb35c9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 16:59:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 16:59:08 2016 +0200 |
tree | 025321b33b41274d7d41542aa73ec6f8bb0cbf6e | |
parent | 922a443cfdb1a37ef8bdeadf84f8b821ec4b37bd [diff] [blame] |
patch 7.4.2353 Problem: Not enough test coverage for Normal mode commands. Solution: Add more tests. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 241ae1f..191b0fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2353, +/**/ 2352, /**/ 2351,