comparison src/normal.c @ 36:125e80798a85 v7.0021

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:34:53 +0000
parents f6033dcbaf31
children f1d2a58883b9
comparison
equal deleted inserted replaced
35:8f3a526c2fe1 36:125e80798a85
1125 #ifdef FEAT_EVAL 1125 #ifdef FEAT_EVAL
1126 set_reg_var('"'); 1126 set_reg_var('"');
1127 #endif 1127 #endif
1128 } 1128 }
1129 1129
1130 /* get the length of mapped chars again after typing a count, second
1131 * character or "z333<cr>". */
1132 if (old_mapped_len > 0)
1133 old_mapped_len = typebuf_maplen();
1134
1130 /* 1135 /*
1131 * If an operation is pending, handle it... 1136 * If an operation is pending, handle it...
1132 */ 1137 */
1133 do_pending_operator(&ca, old_col, FALSE); 1138 do_pending_operator(&ca, old_col, FALSE);
1134 1139