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 56f08bc4..2fa56d7d 100644 --- a/indent/opencl.vim +++ b/indent/opencl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'opencl') +if has_key(g:polyglot_is_disabled, 'opencl') finish endif |