file-line
file-line copied to clipboard
Breaks templates loading
The same issue ( #61 ) was closed by mistake, so creating new one (duplicate).
I have next line in my .vimrc
:
au BufNewFile main.c silent! 0r ~/.vim/skeleton/template.c
This loads content from template file when I'm creating new main.c
file.
But when file-line
plugin is installed -- this functionality doesn't work (newly created main.c
is blank).
More detailed description is here: https://github.com/bogado/file-line/pull/60#issuecomment-153847804
This breaks the template loading of vim-go for example.
@anisse Can you please check if #77 patch fixes the template loading of vim-go?
@bogado Can you please merge #77?
@joe-skb7 sorry for the delay, I replaced file-line with a bash function for vim, so I don't use it anymore.