rainbow_parentheses.vim
rainbow_parentheses.vim copied to clipboard
Fixed toggling logic so it would actually allow toggling separate pairs
It's not clear to me what this does, but I have started a maintained fork at https://github.com/eapache/rainbow_parentheses.vim so you might want to submit to that (with a better explanation please).
Basically if you toggle curly braces On then there is a bug where you can't turn them back Off. This fixes that.
ah ok, makes sense; feel free to submit to the fork (although the indentation is inconsistent right now, would be nice if it were the same as the surrounding lines)