Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix other plugins loading #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix other plugins loading #77

wants to merge 1 commit into from

Conversation

joe-skb7
Copy link
Contributor

It was noticed that file_line plugin breaks the loading of
other plugins. For example, when having next line in ~/.vimrc:

au BufNewFile main.c silent! 0r ~/.vim/skeleton/template.c

this line loads the 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). This patch fixes that.

Also, it was reported that file_line breaks vim-go plugin. I haven't
check if this patch fixes it though.

Fixes: #62

Signed-off-by: Sam Protsenko semen.protsenko@linaro.org

It was noticed that file_line plugin breaks the loading of
other plugins. For example, when having next line in ~/.vimrc:

    au BufNewFile main.c silent! 0r ~/.vim/skeleton/template.c

this line loads the 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). This patch fixes that.

Also, it was reported that file_line breaks vim-go plugin. I haven't
check if this patch fixes it though.

Fixes: bogado#62

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
@jirislaby
Copy link

Fixes the issue for me too. Can we have this merged?

@joe-skb7
Copy link
Contributor Author

joe-skb7 commented Apr 23, 2021

@jirislaby This plugin seems to be dead... I had to move to vim-fetch plugin long ago because this one is not supported anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaks templates loading
2 participants