diff src/version.c @ 5223:91d478da863e v7.4a.037

updated for version 7.4a.037 Problem: Win32: When mouse is hidden and in the toolbar, moving it won't make it appear. (Sami Salonen) Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jul 2013 17:46:43 +0200
parents 9982ec574beb
children 8f983df0299f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    37,
+/**/
     36,
 /**/
     35,