0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-10-07 22:27:36 +02:00
parent 1614a14901
commit a27e1dcddc
3 changed files with 34 additions and 0 deletions

View File

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