diff src/version.c @ 6087:dbd7dc1ea2e6 v7.4.382

updated for version 7.4.382 Problem: Mapping characters may not work after typing Esc in Insert mode. Solution: Fix the noremap flags for inserted characters. (Jacob Niehus)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jul 2014 20:41:14 +0200
parents 0a3d958e346e
children 2f02675bc4b0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    382,
+/**/
     381,
 /**/
     380,