1
0
forked from aniani/vim

patch 8.2.2418: color not changed if ModeMsg highlight is set in InsertEnter

Problem:    Color not changed if ModeMsg highlight is set in InsertEnter
            autocmd event. (Paul Swanson)
Solution:   Call highlight_changed() after triggering InsertEnter.
            (closes #7751)
This commit is contained in:
Bram Moolenaar
2021-01-28 11:07:44 +01:00
parent 3e492c2d5f
commit 2e6cdb91e8
2 changed files with 6 additions and 0 deletions

View File

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