From 3264b81e7a53a3e30d6e88ecbb9aff513781e357 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 13 Nov 2023 19:53:19 +0900 Subject: [PATCH] Update plug.vim --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index 62e314d..a4901e4 100644 --- a/plug.vim +++ b/plug.vim @@ -392,7 +392,7 @@ function! plug#end() augroup filetypedetect call s:source(s:rtp(plug), 'ftdetect/**/*.vim', 'after/ftdetect/**/*.vim') 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 augroup END endif