forked from aniani/vim
patch 8.1.2114: when a popup is closed with CTRL-C the callback aborts
Problem: When a popup is closed with CTRL-C the callback aborts. Solution: Reset got_int when invoking the callback. (closes #5008)
This commit is contained in:
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2114,
|
||||
/**/
|
||||
2113,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user