plug updates

This commit is contained in:
Nick Nisi
2015-08-31 08:39:13 -05:00
parent 005352dc23
commit 1ac787e861
3 changed files with 3 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ function! s:lod(names, types)
endfunction
function! s:lod_ft(pat, names)
call s:lod(a:names, ['plugin', 'after/plugin'])
call s:lod(a:names, ['plugin', 'after/plugin', 'syntax', 'after/syntax'])
execute 'autocmd! PlugLOD FileType' a:pat
if exists('#filetypeplugin#FileType')
doautocmd filetypeplugin FileType