summaryrefslogtreecommitdiffstats
path: root/syntax/dircolors.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/dircolors.vim')
-rw-r--r--syntax/dircolors.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dircolors.vim b/syntax/dircolors.vim
index ce5d3cd4..2f2c1884 100644
--- a/syntax/dircolors.vim
+++ b/syntax/dircolors.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('dircolors', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'dircolors')
finish
endif