I\'m getting burned repeatedly by unmatched parentheses while writing python code in vim. I like how they\'re handled for C code - vim highlights in red all of the curly br
Have you tried using matchit.vim? It supports all sorts of matches, and it should work in Python.