diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-02-17 04:31:35 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-02-17 04:31:45 +0100 |
commit | b77c5f11070ecb2ff343aa18b4ea859e6168f16c (patch) | |
tree | c93d347b096ce19556f369428913b697e6aafa00 /autoload/dart.vim | |
parent | 2c5af8f89d3e61e04e761c07a1f043b0f35203c6 (diff) | |
download | vim-polyglot-b77c5f11070ecb2ff343aa18b4ea859e6168f16c.tar.gz vim-polyglot-b77c5f11070ecb2ff343aa18b4ea859e6168f16c.zip |
Update
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. |