diff options
Diffstat (limited to 'autoload/dart.vim')
-rw-r--r-- | autoload/dart.vim | 12 |
1 files changed, 0 insertions, 12 deletions
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. |