1
0
forked from aniani/vim

patch 8.0.1588: popup menu hangs after typing CTRL-C

Problem:    Popup menu hangs after typing CTRL-C.
Solution:   Make CTRL-C exit the loop. (Ozaki Kiichi, closes #2697)
This commit is contained in:
Bram Moolenaar
2018-03-07 22:09:11 +01:00
parent 3324d0a864
commit 52f18a112a
2 changed files with 4 additions and 2 deletions

View File

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