You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that v1.13 and master behave exactly the same for me. I don't see any changes that would explain this change in behaviour either; there haven't been many for this feature.
Behavior
Either by
$ vim newfile.go
or within VIM:
:e newfile.go
VIM is set to edit ~/.vim/plugged/vim-go/templates/hello_world.go, instead of "newfile.go" in cwd.
Steps to reproduce:
"~/.vim/plugged/vim-go/templates/hello_world.go" 7L, 67C
Configuration
vimrc
you used to reproducecall plug#begin('~/.vim/plugged')
Plug 'fatih/vim-go'
call plug#end()
commit f08fcab
Author: Fatih Arslan ftharsln@gmail.com
Date: Thu Jul 6 23:26:49 2017 +0300
Installed with https://github.com/junegunn/vim-plug.
go version go1.8beta2 darwin/amd64
The text was updated successfully, but these errors were encountered: