If you open a Gemfile and manually run :set syntax ruby, the plugin won't apply any Ruby settings. This is because it currently runs only on the WIN_OPEN event.
I thought that the plugin vis-modelines might work, but no. It must change the syntax setting after WIN_OPEN.
If you open a Gemfile and manually run
:set syntax ruby, the plugin won't apply any Ruby settings. This is because it currently runs only on theWIN_OPENevent.I thought that the plugin vis-modelines might work, but no. It must change the syntax setting after
WIN_OPEN.