go.vim: improve iabbrev

This commit is contained in:
Rob Watson 2021-12-22 13:33:54 +01:00
parent 8d20edc3b7
commit b3d7ce54ce
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ iabbrev ctxcc ctx context.Context
iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev ior io.Reader
iabbrev iow io.Writer
iabbrev gof go func() {
iabbrev gof go func() {<cr><cr>}()<esc>kcc<c-r>=Eatchar('\s')<cr>