commit | a27e1dcddc9e3914ab34b164f71c51b72903b00b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 07 22:27:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 07 22:27:36 2019 +0200 |
tree | a937e011929bcc61facb08dcf272074ddeb8f806 | |
parent | 1614a14901558ca091329315d14a7d5e1b53aa47 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f668b97..f4d0275 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2121, +/**/ 2120, /**/ 2119,