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 3ec88be7..10567d83 100644 --- a/indent/proto.vim +++ b/indent/proto.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'protobuf') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'protobuf', 'indent/proto.vim') finish endif |