fix(plugin): fix command name for :GoIfErr
This commit is contained in:
parent
ada9e1461d
commit
b49175cd34
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if c.setup_commands then
|
|||
vim.cmd("tabnew " .. require("gopher._utils.log").get_outfile())
|
||||
end, { nargs = 0 })
|
||||
|
||||
vim.api.nvim_create_user_command("GoIferr", function()
|
||||
vim.api.nvim_create_user_command("GoIfErr", function()
|
||||
require("gopher").iferr()
|
||||
end, { nargs = 0 })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue