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

Error detected while processing #46

Closed pattrickrice closed 7 years ago

pattrickrice commented 7 years ago

I did a manual installation because this is not on my local machine. Not sure what is the cause of this error.

screenshot 18

pattrickrice commented 7 years ago

The error was caused due to Windows DOS line endings. It was resolved by opening the file, typing the command :set ff=unix and saving.