comparison src/screen.c @ 642:2392a6da4aa4 v7.0186

updated for version 7.0186
author vimboss
date Mon, 23 Jan 2006 22:30:28 +0000
parents c79d4df4686e
children e4fa26ce8769
comparison
equal deleted inserted replaced
641:6a944e0bd5d2 642:2392a6da4aa4
8172 int nwr_save; 8172 int nwr_save;
8173 #ifdef FEAT_INS_EXPAND 8173 #ifdef FEAT_INS_EXPAND
8174 int sub_attr; 8174 int sub_attr;
8175 #endif 8175 #endif
8176 8176
8177 do_mode = (p_smd && ((State & INSERT) || restart_edit 8177 do_mode = ((p_smd && msg_silent == 0)
8178 && ((State & INSERT)
8179 || restart_edit
8178 #ifdef FEAT_VISUAL 8180 #ifdef FEAT_VISUAL
8179 || VIsual_active 8181 || VIsual_active
8180 #endif 8182 #endif
8181 )); 8183 ));
8182 if (do_mode || Recording) 8184 if (do_mode || Recording)