diff options
Diffstat (limited to 'autoload/rustfmt.vim')
-rw-r--r-- | autoload/rustfmt.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/rustfmt.vim b/autoload/rustfmt.vim index 5dc682a5..23e7206a 100644 --- a/autoload/rustfmt.vim +++ b/autoload/rustfmt.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'rust') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'rust', 'autoload/rustfmt.vim') finish endif |