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