Tim Pope
Tim Pope
Ruby's heredoc highlighting pushes Vim's regexp based syntax highlighting to its limits. I would say it's unlikely issues of this nature are fixable.
What error, exactly?
Patch welcome, but my fix would be just to delete that worthless backslash.
It's working fine for me. What does `:echo b:ruby_no_expensive` report?
With an unfamiliar color scheme I can't tell exactly what "this" is.
Oh that I am experiencing and I am doubtful it can be fixed. Is the highlighting from a version of matchit newer than ships with Vim?
So in a normal Ruby file, `if` and `end` are paired into a syntax group, and the syntax group is leveraged for matchit pairing. Creating a syntax group isn't possible...
I don't understand; both should work fine on UNIX. What's your `:set shell? shellquote? shellxquote?`?
Oh, just saw my reply on the other issue. See #166, especially the part where I say "try the fish branch" and everyone ignores my request.
> No need to send users down the rabbit hole of how many legacy ways to install vim plugins... Simply direct them to use the new builtin nvim plugin support....