1
0
forked from aniani/vim

patch 8.0.1546: using feedkeys() in a terminal may trigger mappings

Problem:    Using feedkeys() in a terminal window may trigger mappings.
            (Charles Sheridan)
Solution:   Avoid triggering a mapping when peeking for a key.
This commit is contained in:
Bram Moolenaar
2018-02-27 16:29:28 +01:00
parent 8226ac6b59
commit c8bcfe7efd
3 changed files with 5 additions and 4 deletions

View File

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