diff options
Diffstat (limited to 'syntax/forth.vim')
-rw-r--r-- | syntax/forth.vim | 2 |
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 |