mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-055
This commit is contained in:
@@ -13807,7 +13807,7 @@ f_resolve(argvars, rettv)
|
||||
}
|
||||
/* Shorten "remain". */
|
||||
if (*q != NUL)
|
||||
STRCPY(remain, q - 1);
|
||||
mch_memmove(remain, q - 1, STRLEN(q - 1) + 1);
|
||||
else
|
||||
{
|
||||
vim_free(remain);
|
||||
|
Reference in New Issue
Block a user