diff src/version.c @ 4015:699f8d8f096d v7.3.762

updated for version 7.3.762 Problem: On some systems the tabline is not redrawn. Solution: Call RedrawWindow(). (Charles Peacech)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Dec 2012 12:50:39 +0100
parents 6834d6aeae09
children b6148e4a9c39
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 */
 /**/
+    762,
+/**/
     761,
 /**/
     760,