From 00213842594d8262c35b64b03b176d6e831a6e94 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 17 Oct 2020 15:56:13 +0200 Subject: Make sure polyglot_disable does not skip native vim files, fixes #591 --- plugin/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim index 3148cff7..7cfa1069 100644 --- a/plugin/polyglot.vim +++ b/plugin/polyglot.vim @@ -1,3 +1,3 @@ if !exists("did_load_polyglot") - runtime! ftdetect/polyglot.vim + filetype plugin indent on endif -- cgit v1.2.3