diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
commit | 518d733369fb6f2e4652e9649a78546ce6493079 (patch) | |
tree | 4fe3bbecd68b2270fb6949e0862154198108015b /ftdetect | |
parent | 00213842594d8262c35b64b03b176d6e831a6e94 (diff) | |
download | vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.tar.gz vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.zip |
Make sure custom scripts.vim are respected as well
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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' |