1
0
forked from aniani/vim

updated for version 7.0186

This commit is contained in:
Bram Moolenaar
2006-01-23 22:30:28 +00:00
parent 09df3127f4
commit 7df351eb8a
10 changed files with 38 additions and 20 deletions

View File

@@ -6743,7 +6743,7 @@ set_bool_option(opt_idx, varp, value, opt_flags)
{
need_start_insertmode = FALSE;
stop_insert_mode = TRUE;
if (p_smd && restart_edit != 0)
if (p_smd && msg_silent == 0 && restart_edit != 0)
clear_cmdline = TRUE; /* remove "(insert)" */
restart_edit = 0;
}