comparison src/version.c @ 22367:997bbc35c181 v8.2.1732

patch 8.2.1732: stuck when win_execute() for a popup causes an error Commit: https://github.com/vim/vim/commit/6bf1b52ba2816dffdbd0d994320abfb1586bf666 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 23 17:41:26 2020 +0200 patch 8.2.1732: stuck when win_execute() for a popup causes an error Problem: Stuck when win_execute() for a popup causes an error. Solution: Disable the filter callback on error. (issue https://github.com/vim/vim/issues/6999)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Sep 2020 17:45:03 +0200
parents a4866826cebc
children 62192fd08e0e
comparison
equal deleted inserted replaced
22366:5dd250163338 22367:997bbc35c181
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1732,
753 /**/ 755 /**/
754 1731, 756 1731,
755 /**/ 757 /**/
756 1730, 758 1730,
757 /**/ 759 /**/