diff src/version.c @ 8412:7ee2b87ba896 v7.4.1497

commit https://github.com/vim/vim/commit/0ecbe33718b06a3771fd2c65b331c8c9504657d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 22:40:52 2016 +0100 patch 7.4.1497 Problem: Cursor drawing problem with GTK 3. Solution: Handle blinking differently. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 22:45:04 +0100
parents 05ec48deb353
children 8c888844de9c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1497,
+/**/
     1496,
 /**/
     1495,