dkearns

Results 48 comments of dkearns

> Well, either way, I'll read the code. But my bet would be on "search for every start/end, apply indent-exe lines, apply `=` on the range, keep going". I had...

No fix yet. https://github.com/vim-ruby/vim-ruby/blob/55335f2614f914b117f02995340886f409eddc02/syntax/ruby.vim#L474

The `if` modifier is being incorrectly match(it)ed with `end`.

I assumed the highlighting was some sort of matchpairs plugin.

@amerov If you're interested in trying to fix this yourself you might find some useful patterns in both the syntax and indent files.

@udalov, I've just added vim/vim#13110.

It seems the syntax file in my personal runtime directory is about a thousand lines longer than the one in this PR. I'm not sure if this is a positive...

@GitMensch maybe you can give the latest syntax file a quick run some time and let me know if there's anything obvious that needs improvement. There's still a lot that...

@fleiner, I was under the impression that you were no longer maintaining this file as the latest on your website (mentioned in the hearder) is from 2003 but I see...