mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0817
This commit is contained in:
@@ -929,8 +929,6 @@ do_bang(
|
||||
STRCAT(t, newcmd);
|
||||
if (ins_prevcmd)
|
||||
STRCAT(t, prevcmd);
|
||||
else
|
||||
vim_free(t);
|
||||
p = t + STRLEN(t);
|
||||
STRCAT(t, trailarg);
|
||||
vim_free(newcmd);
|
||||
|
Reference in New Issue
Block a user