]> granicus.if.org Git - vim/commit
patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode v8.2.3462
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Oct 2021 15:55:39 +0000 (16:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Oct 2021 15:55:39 +0000 (16:55 +0100)
commitd85931e67316e824878000d0ead122553ccef3a4
treea64477761d5b3916f0d4ac1dd9aee62a70a1f673
parent72406a4bd2896915b6f541e26d41521a59b1f846
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)
src/misc1.c
src/testdir/test_edit.vim
src/version.c