vim-patch:9.0.0817

fb0cf2357e

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq 2023-04-18 14:28:00 +08:00
parent 187ba3efce
commit a1e0f6c07f

View File

@ -988,8 +988,6 @@ void do_bang(int addr_count, exarg_T *eap, bool forceit, bool do_in, bool do_out
} }
if (ins_prevcmd) { if (ins_prevcmd) {
STRCAT(t, prevcmd); STRCAT(t, prevcmd);
} else {
xfree(t);
} }
p = t + strlen(t); p = t + strlen(t);
STRCAT(t, trailarg); STRCAT(t, trailarg);