summaryrefslogtreecommitdiffstats
path: root/syntax/cuesheet.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/cuesheet.vim')
-rw-r--r--syntax/cuesheet.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cuesheet.vim b/syntax/cuesheet.vim
index 380edb1e..7588e193 100644
--- a/syntax/cuesheet.vim
+++ b/syntax/cuesheet.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('cue', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'cue')
finish
endif