commit | 1381d791478ee77c8368b89a3d4954316bf839b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 22:11:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 22:11:42 2016 +0200 |
tree | 9218803853acf5c9fc72eefaa01316789c366dca | |
parent | 339288377072f66ec88e21903e75a82d23ffbf4f [diff] [blame] |
patch 7.4.2227 Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index efca575..06aeb29 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2227, +/**/ 2226, /**/ 2225,