diff options
Diffstat (limited to 'syntax/velocity.vim')
-rw-r--r-- | syntax/velocity.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/velocity.vim b/syntax/velocity.vim index dffcd394..73250c12 100644 --- a/syntax/velocity.vim +++ b/syntax/velocity.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('velocity', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'velocity') finish endif |