diff src/version.c @ 4009:25ea15fdfa5c v7.3.759

updated for version 7.3.759 Problem: MS-Windows: Updating the tabline is slow when there are many tabs. Solution: Disable redrawing while performing the update. (Arseny Kapoulkine)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Dec 2012 17:12:25 +0100
parents 9eb0d30510f7
children 8e54a32bcd56
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    759,
+/**/
     758,
 /**/
     757,