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