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