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/screen.c b/src/screen.c index c067d92..4657566 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -8174,7 +8174,9 @@ 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