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

updated for version 7.0186
author vimboss
date Mon, 23 Jan 2006 22:30:28 +0000
parents 1c586ee8dd45
children e4fa26ce8769
comparison
equal deleted inserted replaced
641:6a944e0bd5d2 642:2392a6da4aa4
6741 } 6741 }
6742 else 6742 else
6743 { 6743 {
6744 need_start_insertmode = FALSE; 6744 need_start_insertmode = FALSE;
6745 stop_insert_mode = TRUE; 6745 stop_insert_mode = TRUE;
6746 if (p_smd && restart_edit != 0) 6746 if (p_smd && msg_silent == 0 && restart_edit != 0)
6747 clear_cmdline = TRUE; /* remove "(insert)" */ 6747 clear_cmdline = TRUE; /* remove "(insert)" */
6748 restart_edit = 0; 6748 restart_edit = 0;
6749 } 6749 }
6750 } 6750 }
6751 6751