commit | 7df351eb8aecf8e542c7ebecc4ec734107a8aacb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 22:30:28 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 22:30:28 2006 +0000 |
tree | 84346fa33458434296592b3f8c7987e6b94514fb | |
parent | 09df3127f43aa9804e077726ac1bf17cb9e2c85f [diff] [blame] |
updated for version 7.0186
diff --git a/src/option.c b/src/option.c index 33a7db5..b7f1cf0 100644 --- a/src/option.c +++ b/src/option.c
@@ -6743,7 +6743,7 @@ { 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; }