diff src/version.c @ 3225:2260435283f2 v7.3.382

updated for version 7.3.382 Problem: IME characters are inserted twice. Solution: Do not call DefWindowProc() if the event was handled. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 15 Dec 2011 21:51:36 +0100
parents 6cc788692b2e
children f8d2ef4512f8
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 */
 /**/
+    382,
+/**/
     381,
 /**/
     380,