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: #60 (comment)
The same issue ( #61 ) was closed by mistake, so creating new one (duplicate).
I have next line in my
.vimrc:This loads content from template file when I'm creating new
main.cfile.But when
file-lineplugin is installed -- this functionality doesn't work (newly createdmain.cis blank).More detailed description is here: #60 (comment)