mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-patch:9.0.0817
fb0cf2357e
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -988,8 +988,6 @@ void do_bang(int addr_count, exarg_T *eap, bool forceit, bool do_in, bool do_out
|
||||
}
|
||||
if (ins_prevcmd) {
|
||||
STRCAT(t, prevcmd);
|
||||
} else {
|
||||
xfree(t);
|
||||
}
|
||||
p = t + strlen(t);
|
||||
STRCAT(t, trailarg);
|
||||
|
Reference in New Issue
Block a user