PIV
PIV copied to clipboard
Matching standard braces {}, brackets [], and parenthesis () with % key does not work
I tracked down this issue to be the omission of these in the file PIV/after/ftplugin/php.vim
The fix is simply to add them to b:match_words:
if exists("loaded_matchit")
let b:match_skip = 's:comment|string'
let b:match_words = '(php)\?:?>,
This should be closable, as #22 addresses it.
@nerdo : does it work fine for you now, once updated? if so, please close the issue