fix(commands): add -bar to allow other commands

addresses #2920
This commit is contained in:
kiyan 2022-05-14 09:16:32 +02:00 committed by Stephan Seitz
parent b30a830c88
commit c2ec0cac81

View file

@ -56,6 +56,7 @@ function M.setup_commands(mod, commands)
)
local parts = vim.tbl_flatten {
"command!",
"-bar",
def.args,
command_name,
call_fn,