octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 152 forks source link

Vundle installation command is wrong #37

Closed Mmollle closed 7 years ago

Mmollle commented 7 years ago

Hey,

I just want to inform that "Plugin 'octol/vim-cpp-enhanced-highlight'" does not install the plugin, atleast not for me. It asks for username and password, implying it doesnt find the repository at all.

But by adding .git at the end, I could install it just fine. As such:

Plugin 'octol/vim-cpp-enhanced-highlight.git'

dawikur commented 7 years ago

That's weird. It is fine for me without the .git suffix. Do you have maybe some local changes in your clone of repo?

octol commented 7 years ago

Thanks for filing the issue. I've not been able to reproduce it locally so for now I'll close it. If more people are having this issue then we can reopen.