From 518d733369fb6f2e4652e9649a78546ce6493079 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 17 Oct 2020 17:40:10 +0200 Subject: Make sure custom scripts.vim are respected as well --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 01a465bb..7473464d 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -3431,7 +3431,7 @@ augroup END " detected filetypes. if exists("did_load_filetypes") && exists("g:polyglot_disabled") unlet did_load_filetypes - runtime! $VIMRUNTIME/filetype.vim + runtime! extras/filetype.vim endif " Restore 'cpoptions' -- cgit v1.2.3