Make sure polyglot_disable does not skip native vim files, fixes #591

This commit is contained in:
Adam Stankiewicz
2020-10-17 15:56:13 +02:00
parent af3ebda710
commit 0021384259
2 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
if !exists("did_load_polyglot")
runtime! ftdetect/polyglot.vim
filetype plugin indent on
endif