From fb0cf2357e0c85bbfd9f9178705ad8d77b6b3b4e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 22 Oct 2022 11:25:19 +0100 Subject: patch 9.0.0817 --- src/ex_cmds.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ex_cmds.c') diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 676ab704b3..44333d514c 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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); -- cgit v1.2.3