diff --git a/after/ftplugin/php.vim b/after/ftplugin/php.vim index c4e2a4e..dc42280 100644 --- a/after/ftplugin/php.vim +++ b/after/ftplugin/php.vim @@ -20,5 +20,5 @@ if exists("loaded_matchit") \ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>,' . \ '<\@<=dl\>[^>]*\%(>\|$\):<\@<=d[td]\>:<\@<=/dl>,' . \ '<\@<=\([^/?][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>,' . - \ '<:>' + \ '<:>,(:),{:},[:]' endif