comparison src/normal.c @ 608:def07088c90e

updated for version 7.0173
author vimboss
date Sun, 18 Dec 2005 21:59:16 +0000
parents 111509d2767a
children 9e359e5759f6
comparison
equal deleted inserted replaced
607:1b7cac059bab 608:def07088c90e
6512 * character of a line or not. 6512 * character of a line or not.
6513 */ 6513 */
6514 #ifdef FEAT_MBYTE 6514 #ifdef FEAT_MBYTE
6515 (void)del_chars(cap->count1, FALSE); /* delete the characters */ 6515 (void)del_chars(cap->count1, FALSE); /* delete the characters */
6516 #else 6516 #else
6517 (void)del_bytes(cap->count1, FALSE); /* delete the characters */ 6517 (void)del_bytes(cap->count1, FALSE, FALSE); /* delete the characters */
6518 #endif 6518 #endif
6519 stuffcharReadbuff('\r'); 6519 stuffcharReadbuff('\r');
6520 stuffcharReadbuff(ESC); 6520 stuffcharReadbuff(ESC);
6521 6521
6522 /* Give 'r' to edit(), to get the redo command right. */ 6522 /* Give 'r' to edit(), to get the redo command right. */