comparison src/version.c @ 25856:1a5351f6803f v8.2.3462

patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode Commit: https://github.com/vim/vim/commit/d85931e67316e824878000d0ead122553ccef3a4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 2 16:55:39 2021 +0100 patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode Problem: The ModeChanged event only uses one character for the new_mode and old_mode values. Solution: Pass one as first argument to mode(). (issue #8856)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Oct 2021 18:00:05 +0200
parents 2d0bea8aed33
children fc39d7352cb6
comparison
equal deleted inserted replaced
25855:8f877a00d685 25856:1a5351f6803f
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 3462,
760 /**/ 762 /**/
761 3461, 763 3461,
762 /**/ 764 /**/
763 3460, 765 3460,
764 /**/ 766 /**/