commit | d85931e67316e824878000d0ead122553ccef3a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 16:55:39 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 16:55:39 2021 +0100 |
tree | a64477761d5b3916f0d4ac1dd9aee62a70a1f673 | |
parent | 72406a4bd2896915b6f541e26d41521a59b1f846 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 57865cd..27e8365 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3462, +/**/ 3461, /**/ 3460,