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