]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0225: runtime(compiler): No compiler plugin for just v9.2.0225
authorAditya Malik <adityamalik2833@gmail.com>
Sun, 22 Mar 2026 16:46:41 +0000 (16:46 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 22 Mar 2026 16:46:41 +0000 (16:46 +0000)
commite147b635fc0bb130ab3a094dc7f287674ff1f43f
tree006f7efcf6313a9e4a580ed2f3e384afa4a22b1d
parent9e5547484956e3e8016ab8447170d63ad58d7568
patch 9.2.0225: runtime(compiler): No compiler plugin for just

Problem:  runtime(compiler): No compiler plugin for just
Solution: Add a compiler plugin for the just command runner, add a test
          (Aditya Malik)

Sets makeprg and a custom errorformat to parse just's multi-line
error output into quickfix entries with file, line, column, and
message. Includes a test.

Reference:
- https://github.com/casey/just

closes: #19773

Signed-off-by: Aditya Malik <adityamalik2833@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/compiler/just.vim [new file with mode: 0644]
src/testdir/test_compiler.vim
src/version.c