1
0
forked from aniani/vim

patch 8.0.1356: using simalt in a GUIEnter autocommand inserts characters

Problem:    Using simalt in a GUIEnter autocommand inserts strange characters.
            (Chih-Long Chang)
Solution:   Ignore K_NOP in Insert mode. (closes #2379)
This commit is contained in:
Bram Moolenaar
2017-11-28 20:47:40 +01:00
parent a45ff6caba
commit c5aa55db7e
3 changed files with 7 additions and 5 deletions

View File

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