Update plug.vim

This commit is contained in:
Junegunn Choi 2023-11-13 19:53:19 +09:00
parent 64b9f9e3c3
commit 3264b81e7a

View File

@ -392,7 +392,7 @@ function! plug#end()
augroup filetypedetect augroup filetypedetect
call s:source(s:rtp(plug), 'ftdetect/**/*.vim', 'after/ftdetect/**/*.vim') call s:source(s:rtp(plug), 'ftdetect/**/*.vim', 'after/ftdetect/**/*.vim')
if has('nvim-0.5.0') if has('nvim-0.5.0')
call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua') call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua')
endif endif
augroup END augroup END
endif endif