diff src/version.c @ 3212:1d7434010de1 v7.3.376

updated for version 7.3.376 Problem: Win32: Toolbar repainting does not work when the mouse pointer hovers over a button. Solution: Call DefWindowProc() when not hanlding an event. (Sergiu Dotenco)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Dec 2011 15:23:59 +0100
parents 767bb493e7d3
children cd145cc2f2c9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    376,
+/**/
     375,
 /**/
     374,