From: Sergey Matveev Date: Sat, 31 Jul 2021 09:18:51 +0000 (+0300) Subject: go build :make X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=dd903f3bd37a85f7e306c9038584d0cbf68df19f go build :make --- diff --git a/vim/.vim/ftplugin/go/autos.vim b/vim/.vim/ftplugin/go/autos.vim index f241d49..56267cf 100644 --- a/vim/.vim/ftplugin/go/autos.vim +++ b/vim/.vim/ftplugin/go/autos.vim @@ -1,5 +1,6 @@ setlocal noexpandtab let b:defsplit_shift=" " +setlocal makeprg=go\ build let @e = "^iif err = A; err != nil {o " let @r = "oif err != nil { }O "