Fix typo (#25)
This commit is contained in:
parent
b5c3358521
commit
cc46546a93
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ return function(...)
|
||||||
|
|
||||||
if #args == 0 then
|
if #args == 0 then
|
||||||
iface = vim.fn.input "impl: generating method stubs for interface: "
|
iface = vim.fn.input "impl: generating method stubs for interface: "
|
||||||
vim.cmd "redeaw!"
|
vim.cmd "redraw!"
|
||||||
if iface == "" then
|
if iface == "" then
|
||||||
u.notify("usage: GoImpl f *File io.Reader", "info")
|
u.notify("usage: GoImpl f *File io.Reader", "info")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue