diff options
Diffstat (limited to 'indent/velocity.vim')
-rw-r--r-- | indent/velocity.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/velocity.vim b/indent/velocity.vim index 7bc9b3e5..64aad906 100644 --- a/indent/velocity.vim +++ b/indent/velocity.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'velocity') +if has_key(g:polyglot_is_disabled, 'velocity') finish endif |