Revert "Clear #filetypeplugin for filetype-based ODL (#24)"

This reverts commit 1d477a1a01.
This commit is contained in:
Junegunn Choi 2014-06-22 10:21:58 +09:00
parent db3f5ad5c3
commit 4d352e1849

View File

@ -124,15 +124,6 @@ function! plug#end()
endif endif
filetype off filetype off
if exists('#filetypeplugin') &&
\ !empty(filter(values(g:plugs), 'has_key(v:val, "for")'))
unlet! g:did_load_ftplugin
augroup filetypeplugin
autocmd!
augroup END
augroup! filetypeplugin
endif
" we want to make sure the plugin directories are added to rtp in the same " we want to make sure the plugin directories are added to rtp in the same
" order that they are registered with the Plug command. since the s:add_rtp " order that they are registered with the Plug command. since the s:add_rtp
" function uses ^= to add plugin directories to the front of the rtp, we " function uses ^= to add plugin directories to the front of the rtp, we