]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1230: inconsistent CTRL-C behaviour for popup windows v9.1.1230
authorglepnir <glephunter@gmail.com>
Fri, 21 Mar 2025 17:12:32 +0000 (18:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Mar 2025 17:12:32 +0000 (18:12 +0100)
commit8a63529a2f84bb5069b5f5e38f1704a541d067ad
treeac8d67bb0f0391f22c5aa6aec88fa5aa50c81b5f
parent9712a2534f3fabead9fa1c88a11179ded96b43ee
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>
runtime/doc/pattern.txt
runtime/doc/version9.txt
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c