Revert "Ensure ftplugin files are loaded (#24)"

This reverts commit a026eb39c4.

Conflicts:
	plug.vim
This commit is contained in:
Junegunn Choi 2014-06-22 12:49:22 +09:00
parent 347fccb030
commit 8cf5fca9ca

View File

@ -203,7 +203,6 @@ function! s:lod_ft(name, plug)
return
endif
call s:lod(a:plug, ['plugin', 'after'])
let &l:filetype = &l:filetype
let s:loaded[a:name] = 1
endfunction