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')