comparison src/version.c @ 23754:c425989fe7ac v8.2.2418

patch 8.2.2418: color not changed if ModeMsg highlight is set in InsertEnter Commit: https://github.com/vim/vim/commit/2e6cdb91e8dea08301f31bc83188c06112eb7f57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 11:07:44 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jan 2021 11:15:04 +0100
parents 7425d3e5804e
children 65d11d6ed4c2
comparison
equal deleted inserted replaced
23753:b7ab2ae790cc 23754:c425989fe7ac
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2418,
753 /**/ 755 /**/
754 2417, 756 2417,
755 /**/ 757 /**/
756 2416, 758 2416,
757 /**/ 759 /**/