From be4189de5c70bc092518c1fe26efa960b7a4d3f6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 01:19:47 +1200 Subject: Remove unneeded matchit set ex PHP after ftplugin --- vim/after/ftplugin/php.vim | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/php.vim b/vim/after/ftplugin/php.vim index ee38ec3b..41fab89f 100644 --- a/vim/after/ftplugin/php.vim +++ b/vim/after/ftplugin/php.vim @@ -15,18 +15,6 @@ setlocal formatoptions+=or let b:undo_ftplugin = b:undo_ftplugin \ . '|setlocal comments< formatoptions<' -" Define keywords for matchit.vim -if exists('g:loaded_matchit') - let b:match_words = '' - \ . ',\:\' - \ . ',\:\' - \ . ',\:\' - \ . ',\:\:\:\' - \ . ',\:\' - \ . ',\:\' - let b:undo_ftplugin = 'unlet b:match_words' -endif - " Stop here if the user doesn't want ftplugin mappings if exists('g:no_plugin_maps') || exists('g:no_php_maps') finish -- cgit v1.2.3