From 3dbdee8e4906604856eaf87f7df113a698c76ee1 Mon Sep 17 00:00:00 2001 From: brotifypacha Date: Wed, 1 Feb 2023 00:23:10 +0300 Subject: [PATCH] Fix typo --- 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