0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

updated for version 7.0173

This commit is contained in:
Bram Moolenaar
2005-12-18 21:59:16 +00:00
parent 3b18181f28
commit da1b1a7357
2 changed files with 2 additions and 1 deletions

View File

@@ -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);