mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.0186
This commit is contained in:
@@ -8174,7 +8174,9 @@ showmode()
|
||||
int sub_attr;
|
||||
#endif
|
||||
|
||||
do_mode = (p_smd && ((State & INSERT) || restart_edit
|
||||
do_mode = ((p_smd && msg_silent == 0)
|
||||
&& ((State & INSERT)
|
||||
|| restart_edit
|
||||
#ifdef FEAT_VISUAL
|
||||
|| VIsual_active
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user