comparison src/normal.c @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents cc049b00ee70
children f6033dcbaf31
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
1076 if (restart_edit == 0 && goto_im()) 1076 if (restart_edit == 0 && goto_im())
1077 restart_edit = 'a'; 1077 restart_edit = 'a';
1078 goto normal_end; 1078 goto normal_end;
1079 } 1079 }
1080 1080
1081 msg_didout = FALSE; /* don't scroll screen up for normal command */ 1081 if (ca.cmdchar != K_IGNORE)
1082 msg_col = 0; 1082 {
1083 msg_didout = FALSE; /* don't scroll screen up for normal command */
1084 msg_col = 0;
1085 }
1083 1086
1084 #ifdef FEAT_VISUAL 1087 #ifdef FEAT_VISUAL
1085 old_pos = curwin->w_cursor; /* remember where cursor was */ 1088 old_pos = curwin->w_cursor; /* remember where cursor was */
1086 1089
1087 /* When 'keymodel' contains "startsel" some keys start Select/Visual 1090 /* When 'keymodel' contains "startsel" some keys start Select/Visual