commit | 1701481c53f4e6756038c9c00d51d491a8f42c65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 20:32:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 20:32:25 2016 +0100 |
tree | 76b2d1c8bfb703e961555f0505b02c8ec5bc20bf | |
parent | 3712792637516aea7acf76a11533be1066952820 [diff] [blame] |
patch 7.4.1272 Problem: Using future enum value. Solution: Remove it.
diff --git a/src/version.c b/src/version.c index 471bd34..fc373c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,