From 48e07bc5014fecfdff24f75124a65634c216c9e2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 6 Sep 2019 15:54:31 +0200 Subject: Improve guard to support concatenated files --- after/syntax/reason.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'after/syntax/reason.vim') diff --git a/after/syntax/reason.vim b/after/syntax/reason.vim index 14d5abfe..7615be2b 100644 --- a/after/syntax/reason.vim +++ b/after/syntax/reason.vim @@ -1,4 +1,2 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'reason') != -1 - finish +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'reason') == -1 endif - -- cgit v1.2.3