0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.2110: CTRL-C closes two popups instead of one

Problem:    CTRL-C closes two popups instead of one.
Solution:   Reset got_int when the filter consumed the key.
This commit is contained in:
Bram Moolenaar
2019-10-03 22:35:52 +02:00
parent 1824f45883
commit e8a7dfedfc
3 changed files with 28 additions and 0 deletions

View File

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