diff options
Diffstat (limited to 'indent/proto.vim')
-rw-r--r-- | indent/proto.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/proto.vim b/indent/proto.vim index f63aa31c..3ec88be7 100644 --- a/indent/proto.vim +++ b/indent/proto.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'protobuf') +if has_key(g:polyglot_is_disabled, 'protobuf') finish endif |