One of my Vundle Plugins defines a syntax coloring script for PHP. when running :scriptnames I realized that vim was sourcing the plugin and then the native syntax file, the order matters here.
I'm getting some troubles with coloring my code, I don't know yet what the reason is, but I think loading the syntax coloring twice is not a expected behavior and maybe is the source of my problems.
One of my Vundle Plugins defines a syntax coloring script for PHP. when running
:scriptnamesI realized that vim was sourcing the plugin and then the native syntax file, the order matters here.I'm getting some troubles with coloring my code, I don't know yet what the reason is, but I think loading the syntax coloring twice is not a expected behavior and maybe is the source of my problems.