diff src/version.c @ 5367:5481f188dcbb v7.4.035

updated for version 7.4.035 Problem: MS-Windows: The mouse pointer flickers when going from command line mode to Normal mode. Solution: Check for WM_NCMOUSEMOVE. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 22 Sep 2013 15:43:37 +0200
parents 22dfcd1494e4
children 90e2f0729a0d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    35,
+/**/
     34,
 /**/
     33,