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

Filetype is not working with Scala files after installing the vim-scala plugin #521

Closed
katcipis opened this issue Sep 24, 2014 · 4 comments

Comments

@katcipis
Copy link

Initially I thought the problem was on the vim-scala plugin. But as can be seen on the open issue there is the possibility that this problem is actually related to Vundle.

@lucc
Copy link
Contributor

lucc commented Sep 24, 2014

how so? Can you please try a minimal vimrc and report your &rtp, :scriptnames and such here. The other issue did not clarify why this is related to vundle. Did you try to install the plugin manually in a clean ~/.vim ? Does the plugin work, what should it do and doesn't do whan installed via vundle?
Please look at https://github.com/gmarik/Vundle.vim/blob/master/CONTRIBUTING.md#try-to-eliminate-your-vimrc and https://github.com/gmarik/Vundle.vim/blob/master/CONTRIBUTING.md#guidelines

@katcipis
Copy link
Author

I switched to pathogen (for other reasons :-) and the plugin worked correctly. It still could be the plugin fault...but at least on pathogen it works.

@ches
Copy link

ches commented Feb 17, 2015

For at least one user on the vim-scala issue referenced, including filetype off before the Vundle initialization solved this ftdetect not working. So it looks like it's an instance of #16. I peeked back at @katcipis's vimrc at the date he opened the issue on vim-scala, and indeed it too was missing filetype off. I think Vundle can likely deem this issue closed.

@jdevera
Copy link
Contributor

jdevera commented Feb 20, 2015

Thanks @ches ! much appreciated.

@jdevera jdevera closed this as completed Feb 20, 2015
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

No branches or pull requests

4 participants