Skip to content

Commit 3264b81

Browse files
committed
Update plug.vim
1 parent 64b9f9e commit 3264b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plug.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function! plug#end()
392392
augroup filetypedetect
393393
call s:source(s:rtp(plug), 'ftdetect/**/*.vim', 'after/ftdetect/**/*.vim')
394394
if has('nvim-0.5.0')
395-
call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua')
395+
call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua')
396396
endif
397397
augroup END
398398
endif

0 commit comments

Comments
 (0)