]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode v8.2.5109
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 12:04:45 +0000 (13:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Jun 2022 12:04:45 +0000 (13:04 +0100)
commit7a1d32809bb5c1527314000983e75125d79192e0
tree453ba22001b7fd204dc3ec34f9dc8a598f6966d8
parent308660bd263367a4f1a75498cbd2e29cade47f4d
patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode

Problem:    Mode not updated after CTRL-O CTRL-C in Insert mode.
Solution:   Set redraw_mode and use it. (closes #10581)
src/main.c
src/normal.c
src/testdir/dumps/Test_mode_updated_1.dump [new file with mode: 0644]
src/testdir/test_normal.vim
src/version.c