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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user