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