Paul Swanson
unread,Jan 29, 2021, 7:59:41 PM1/29/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@vim.org
Hello,
Given the following .vimrc in Vim 8.2:
set nocompatible
set laststatus=2
au InsertEnter * hi ModeMsg ctermfg=yellow
Upon entering insert mode for the first time, the ModeMsg foreground colour is unchanged; subsequent entries to insert mode see the ModeMsg foreground colour change to yellow as expected.
If the "set laststatus=2" line is removed or changed another valid value, the ModeMsg highlighting is changed on both initial and subsequent entries to insert mode, as expected.
This seems like a bug to me. Can anyone else confirm this behaviour?
Thanks in advance.
Paul Swanson