diff options
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' |