mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-076
This commit is contained in:
@@ -3760,7 +3760,8 @@ add_to_showcmd(c)
|
||||
extra_len = (int)STRLEN(p);
|
||||
overflow = old_len + extra_len - SHOWCMD_COLS;
|
||||
if (overflow > 0)
|
||||
STRCPY(showcmd_buf, showcmd_buf + overflow);
|
||||
mch_memmove(showcmd_buf, showcmd_buf + overflow,
|
||||
old_len - overflow + 1);
|
||||
STRCAT(showcmd_buf, p);
|
||||
|
||||
if (char_avail())
|
||||
|
Reference in New Issue
Block a user