From cc46546a93c7ccea39f1e008e6804b93559bec29 Mon Sep 17 00:00:00 2001 From: Pavel <38500943+BrotifyPacha@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:42:26 +0300 Subject: [PATCH] Fix typo (#25) --- lua/gopher/impl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gopher/impl.lua b/lua/gopher/impl.lua index 8af87f8..a279889 100644 --- a/lua/gopher/impl.lua +++ b/lua/gopher/impl.lua @@ -28,7 +28,7 @@ return function(...) if #args == 0 then iface = vim.fn.input "impl: generating method stubs for interface: " - vim.cmd "redeaw!" + vim.cmd "redraw!" if iface == "" then u.notify("usage: GoImpl f *File io.Reader", "info") return