1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-07-23 20:41:14 +02:00
parent 17529ae026
commit 20c3892e54
2 changed files with 7 additions and 0 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
382,
/**/
381,
/**/