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