go.vim: improve iabbrev
This commit is contained in:
parent
8d20edc3b7
commit
b3d7ce54ce
|
@ -70,4 +70,4 @@ iabbrev ctxcc ctx context.Context
|
||||||
iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
|
iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
|
||||||
iabbrev ior io.Reader
|
iabbrev ior io.Reader
|
||||||
iabbrev iow io.Writer
|
iabbrev iow io.Writer
|
||||||
iabbrev gof go func() {
|
iabbrev gof go func() {<cr><cr>}()<esc>kcc<c-r>=Eatchar('\s')<cr>
|
||||||
|
|
Loading…
Reference in New Issue