From 06c80c676e3b0fb7b8f8a80cabd02cefff0c51a8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 14 Sep 2013 18:11:57 +0200 Subject: Switch to StanAngeloff/php.vim as spf13/PIV relies on plugin stuff, fixes #4 --- after/ftplugin/php.vim | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 after/ftplugin/php.vim (limited to 'after/ftplugin/php.vim') diff --git a/after/ftplugin/php.vim b/after/ftplugin/php.vim deleted file mode 100644 index dc42280f..00000000 --- a/after/ftplugin/php.vim +++ /dev/null @@ -1,24 +0,0 @@ - -if !exists("g:DisableAutoPHPFolding") - let g:DisableAutoPHPFolding = 0 -endif - -if !g:DisableAutoPHPFolding - " Don't use the PHP syntax folding - setlocal foldmethod=manual - " Turn on PHP fast folds - EnableFastPHPFolds -endif - -" Fix matchpairs for PHP (for matchit.vim plugin) -if exists("loaded_matchit") - let b:match_skip = 's:comment\|string' - let b:match_words = ',\:\,' . - \ '\:\:\:\,' . - \ '\:\,\:\,' . - \ '\:\,\:\' . - \ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>,' . - \ '<\@<=dl\>[^>]*\%(>\|$\):<\@<=d[td]\>:<\@<=/dl>,' . - \ '<\@<=\([^/?][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>,' . - \ '<:>,(:),{:},[:]' -endif -- cgit v1.2.3