summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 15:23:59 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 15:23:59 +0100
commit2787ab91b0f588b4cb19ee32c9beb6fa7ebb4b1d (patch)
tree19290a67bdd47dd4c5fad14e439863bafd58613c /src/version.c
parent68dfcdf7251f8624e2ebf916466f4a6035597f41 (diff)
updated for version 7.3.376v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e1dd495186..258a29f64d 100644
--- 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,