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