]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2121: mode is not updated when switching to terminal v8.1.2121
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Oct 2019 20:27:36 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Oct 2019 20:27:36 +0000 (22:27 +0200)
commita27e1dcddc9e3914ab34b164f71c51b72903b00b
treea937e011929bcc61facb08dcf272074ddeb8f806
parent1614a14901558ca091329315d14a7d5e1b53aa47
patch 8.1.2121: mode is not updated when switching to terminal

Problem:    Mode is not updated when switching to terminal in Insert mode.
Solution:   Redraw the mode when entering a terminal window. (Jason Franklin)
src/testdir/test_window_cmd.vim
src/version.c
src/window.c