comparison src/version.c @ 27241:959d6a664cfd v8.2.4149

patch 8.2.4149: test override not restored, autocommand left behind Commit: https://github.com/vim/vim/commit/ca34db3bdef7238b203386dc82b975ffdf26f839 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 11:17:18 2022 +0000 patch 8.2.4149: test override not restored, autocommand left behind Problem: Test override not restored, autocommand left behind. Solution: Correct restoring test override. Delete autocommand afterwards.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 12:30:06 +0100
parents bd072d44eb2c
children c072eed37deb
comparison
equal deleted inserted replaced
27240:13164090c14f 27241:959d6a664cfd
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 4149,
753 /**/ 755 /**/
754 4148, 756 4148,
755 /**/ 757 /**/
756 4147, 758 4147,
757 /**/ 759 /**/