forked from aniani/vim
patch 9.1.1230: inconsistent CTRL-C behaviour for popup windows
Problem: Ctrl-C closes popup windows that have a filter callback, but does not close popups without a filter callback. Solution: Modified popup_do_filter() to also close popups without filter callback when Ctrl-C is pressed (glepnir). fixes: #16839 closes: #16928 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9712a2534f
commit
8a63529a2f
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1230,
|
||||
/**/
|
||||
1229,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user