-- Auto generated by rsplug
for _, cmd in ipairs {<% for cmd in cmds {%>'<%= cmd %>',<%}%>} do
vim.api.nvim_create_user_command(cmd, function(...)
require '_rsplug/on_cmd'.cmd_handler(cmd, ...)
end, {
nargs = '?', bang = true, bar = true, range = true,
complete = function(...)
require '_rsplug/on_cmd'.dummy_complete(cmd, ...)
end,
})
end