comparison src/version.c @ 18231:25535ef50842 v8.1.2110

patch 8.1.2110: CTRL-C closes two popups instead of one Commit: https://github.com/vim/vim/commit/e8a7dfedfc8ea5c376c7912cb27a9405e4b8c972 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 3 22:35:52 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Oct 2019 22:45:03 +0200
parents e6c83ae0c4d0
children 7d147c191ef7
comparison
equal deleted inserted replaced
18230:2a3de4cd6acb 18231:25535ef50842
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2110,
756 /**/ 758 /**/
757 2109, 759 2109,
758 /**/ 760 /**/
759 2108, 761 2108,
760 /**/ 762 /**/