file-line icon indicating copy to clipboard operation
file-line copied to clipboard

Breaks templates loading

Open joe-skb7 opened this issue 9 years ago • 4 comments

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

joe-skb7 avatar Nov 04 '15 20:11 joe-skb7

This breaks the template loading of vim-go for example.

anisse avatar Apr 21 '17 13:04 anisse

@anisse Can you please check if #77 patch fixes the template loading of vim-go?

joe-skb7 avatar Jun 12 '19 17:06 joe-skb7

@bogado Can you please merge #77?

joe-skb7 avatar Jun 25 '19 12:06 joe-skb7

@joe-skb7 sorry for the delay, I replaced file-line with a bash function for vim, so I don't use it anymore.

anisse avatar Jun 25 '19 12:06 anisse