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 8fa33fd6..f63aa31c 100644 --- a/indent/proto.vim +++ b/indent/proto.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('protobuf', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'protobuf') finish endif |