I'm using vim with the standard ruby-vim plugin. All of the reserved words and control-flow keywords are highlighted fine, and indentation seems to be working well. However, none of the method names are highlighted. If I call a method like .chomp
on a variable, it's in white. If I call a built in method like print
or puts
, it's in white. Has anyone else run into this. Anyone have any installs or fixes for it?