Explorar el Código

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

This reverts commit a026eb39c4bccf58513e3d752b388a08fa8e711b.

Conflicts:
	plug.vim
Junegunn Choi hace 11 años
padre
commit
8cf5fca9ca
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      plug.vim

+ 0 - 1
plug.vim

@@ -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