vim-patch:f620c30: runtime(dart): Update compiler plugins

Use the unified dart command for all.

closes: vim/vim#20936

f620c30018

Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
zeertzjq
2026-08-05 06:50:09 +08:00
parent 6d8401f8d5
commit 7fd2c868f7
7 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
" Vim compiler file
" Compiler: Dart Development Compiler
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2024 Apr 03
" Last Change: 2026 Aug 04
if exists("current_compiler")
finish
@@ -11,6 +11,7 @@ let current_compiler = "dartdevc"
let s:cpo_save = &cpo
set cpo&vim
" DEPRECATED: discontinued as of Dart 2.18 (remove in release after Vim 9.2)
CompilerSet makeprg=dartdevc
CompilerSet errorformat=%E%f:%l:%c:\ Error:\ %m,
\%CTry\ %.%#,