summaryrefslogtreecommitdiffstats
path: root/syntax/cupl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/cupl.vim')
-rw-r--r--syntax/cupl.vim2
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