mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2a
This commit is contained in:
@@ -9300,7 +9300,7 @@ ins_tab()
|
||||
i = cursor->col - fpos.col;
|
||||
if (i > 0)
|
||||
{
|
||||
mch_memmove(ptr, ptr + i, STRLEN(ptr + i) + 1);
|
||||
STRMOVE(ptr, ptr + i);
|
||||
/* correct replace stack. */
|
||||
if ((State & REPLACE_FLAG)
|
||||
#ifdef FEAT_VREPLACE
|
||||
|
Reference in New Issue
Block a user