comparison src/version.c @ 27545:d00f5bb4941f v8.2.4299

patch 8.2.4299: SafeState autocommand interferes with debugging Commit: https://github.com/vim/vim/commit/46f3080e5cd4cd1bae23e72a429a8195eb1ded7a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 5 12:10:52 2022 +0000 patch 8.2.4299: SafeState autocommand interferes with debugging Problem: SafeState autocommand interferes with debugging. Solution: Do not trigger SafeState while debugging. (closes https://github.com/vim/vim/issues/9697)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 13:15:03 +0100
parents 8e8fb566dfa5
children 0410a4c24050
comparison
equal deleted inserted replaced
27544:ef94b26ef0cb 27545:d00f5bb4941f
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4299,
749 /**/ 751 /**/
750 4298, 752 4298,
751 /**/ 753 /**/
752 4297, 754 4297,
753 /**/ 755 /**/