From b77c5f11070ecb2ff343aa18b4ea859e6168f16c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 17 Feb 2022 04:31:35 +0100 Subject: Update --- autoload/dart.vim | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'autoload/dart.vim') diff --git a/autoload/dart.vim b/autoload/dart.vim index a5733d03..28e55552 100644 --- a/autoload/dart.vim +++ b/autoload/dart.vim @@ -90,18 +90,6 @@ function! s:FindDartFmt() abort return [] endfunction -function! dart#analyzer(q_args) abort - call s:error('DartAnalyzer support has been removed. '. - \'If this broke your workflow please comment on '. - \'https://github.com/dart-lang/dart-vim-plugin/issues/89') -endfunction - -function! dart#tojs(q_args) abort - call s:error('Dart2JS support has been removed. '. - \'If this broke your workflow please comment on '. - \'https://github.com/dart-lang/dart-vim-plugin/issues/89') -endfunction - " Finds the path to `uri`. " " If the file is a package: uri, looks for a .packages file to resolve the path. -- cgit v1.2.3