diff options
Diffstat (limited to 'compiler/dot.vim')
-rw-r--r-- | compiler/dot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dot.vim b/compiler/dot.vim index 63e1d552..3773f89a 100644 --- a/compiler/dot.vim +++ b/compiler/dot.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'dot') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'dot', 'compiler/dot.vim') finish endif |