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 c53c90ab..796abec7 100644 --- a/syntax/cl.vim +++ b/syntax/cl.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'cl') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'cl', 'syntax/cl.vim') finish endif |