1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-10-02 16:55:39 +01:00
parent 72406a4bd2
commit d85931e673
3 changed files with 12 additions and 4 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3462,
/**/
3461,
/**/