diff src/version.c @ 3248:e0248b732a5c v7.3.393

updated for version 7.3.393 Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Jan 2012 20:29:22 +0100
parents c4898d6d73a2
children 927c7377cf49
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 */
 /**/
+    393,
+/**/
     392,
 /**/
     391,