diff 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
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -6514,7 +6514,7 @@ nv_replace(cap)
 #ifdef FEAT_MBYTE
 	(void)del_chars(cap->count1, FALSE);	/* delete the characters */
 #else
-	(void)del_bytes(cap->count1, FALSE);	/* delete the characters */
+	(void)del_bytes(cap->count1, FALSE, FALSE); /* delete the characters */
 #endif
 	stuffcharReadbuff('\r');
 	stuffcharReadbuff(ESC);