Mercurial > vim
annotate src/testdir/amiga.vim @ 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 | f0201deac2a2 |
children |
rev | line source |
---|---|
7 | 1 " Settings for test script execution |
2 set shell=csh | |
3 map! /tmp t: | |
4 cmap !rm !Delete all | |
9501
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 |
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
6 source setup.vim |