updated for version 7.0173
diff --git a/src/normal.c b/src/normal.c
index 2526de3..80f0864 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -6514,7 +6514,7 @@
 #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);