comparison src/version.c @ 22174:ea87cd1fac75 v8.2.1636

patch 8.2.1636: get stuck if a popup filter causes an error Commit: https://github.com/vim/vim/commit/6defa7bf0a8935cc44f3dc12e9c87bbb40f190b7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 8 22:06:44 2020 +0200 patch 8.2.1636: get stuck if a popup filter causes an error Problem: Get stuck if a popup filter causes an error. Solution: Check whether the function can be called and does not cause an error. (closes #6902)
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Sep 2020 22:15:03 +0200
parents 1b23391fac7e
children 6941d3205be9
comparison
equal deleted inserted replaced
22173:93ea001b0816 22174:ea87cd1fac75
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1636,
757 /**/ 759 /**/
758 1635, 760 1635,
759 /**/ 761 /**/
760 1634, 762 1634,
761 /**/ 763 /**/