comparison src/version.c @ 25858:fc39d7352cb6 v8.2.3463

patch 8.2.3463: pattern matching with ModeChanged not tested Commit: https://github.com/vim/vim/commit/72d2fa69e56dd0e61eac87a9c3b79cd89d47cdd9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 2 21:48:15 2021 +0100 patch 8.2.3463: pattern matching with ModeChanged not tested Problem: Pattern matching with ModeChanged not tested. Solution: Add a few more test lines. (issue https://github.com/vim/vim/issues/8856)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Oct 2021 23:00:03 +0200
parents 1a5351f6803f
children a7305a9b32ba
comparison
equal deleted inserted replaced
25857:03c061ca9855 25858:fc39d7352cb6
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3463,
760 /**/ 762 /**/
761 3462, 763 3462,
762 /**/ 764 /**/
763 3461, 765 3461,
764 /**/ 766 /**/