From 9c0cdf586d8c43ea8cfff5693be56bfa34bce24c Mon Sep 17 00:00:00 2001 From: loganlinn Date: Tue, 5 Mar 2013 16:59:19 -0800 Subject: [PATCH] Match on the basic pairs --- after/ftplugin/php.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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