Debugging matchit plugin in vim (under Cygwin)
- by system PAUSE
The "matchit" plugin for vim is supposed to allow you to use the % key to jump between matching start/end tags when editing HTML, as well as /* and */ comment delimiters when editing other kinds of code.
I've followed the exact instructions in ":help matchit", but % still doesn't work for me.
It seems silly to ask "Why doesn't this work?" so…