mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
vim-patch:9.0.0817
fb0cf2357e
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
187ba3efce
commit
a1e0f6c07f
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user