diff options
Diffstat (limited to 'indent/opencl.vim')
-rw-r--r-- | indent/opencl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/opencl.vim b/indent/opencl.vim index 75d7059c..56f08bc4 100644 --- a/indent/opencl.vim +++ b/indent/opencl.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('opencl', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'opencl') finish endif |