diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-23 22:30:28 +0000 |
commit | 7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch) | |
tree | 84346fa33458434296592b3f8c7987e6b94514fb /src/option.c | |
parent | 09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff) | |
download | vim-git-7df351eb8aecf8e542c7ebecc4ec734107a8aacb.tar.gz |
updated for version 7.0186v7.0186
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index 33a7db560..b7f1cf02b 100644 --- a/src/option.c +++ b/src/option.c @@ -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; } |