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 2fa56d7d..65ed1fa6 100644 --- a/indent/opencl.vim +++ b/indent/opencl.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'opencl') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'opencl', 'indent/opencl.vim') finish endif |