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