From b3d7ce54ce29d24f47efeb8a198add0dfb5672f0 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 22 Dec 2021 13:33:54 +0100 Subject: [PATCH] go.vim: improve iabbrev --- vim/after/ftplugin/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index 1717188..8d1efe7 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -70,4 +70,4 @@ iabbrev ctxcc ctx context.Context iabbrev err! err != nil {}kcc=Eatchar('\s') iabbrev ior io.Reader iabbrev iow io.Writer -iabbrev gof go func() { +iabbrev gof go func() {}()kcc=Eatchar('\s')