summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-17 17:40:10 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-17 17:40:10 +0200
commit518d733369fb6f2e4652e9649a78546ce6493079 (patch)
tree4fe3bbecd68b2270fb6949e0862154198108015b /ftdetect
parent00213842594d8262c35b64b03b176d6e831a6e94 (diff)
downloadvim-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.vim2
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'