diff options
Diffstat (limited to 'indent/bst.vim')
-rw-r--r-- | indent/bst.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/bst.vim b/indent/bst.vim index 96863e20..31b62039 100644 --- a/indent/bst.vim +++ b/indent/bst.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'bst') +if has_key(g:polyglot_is_disabled, 'bst') finish endif |