Vim 的 `:compiler gcc` 与 `make: ***` 有问题

Vim's `:compiler gcc` has an issue with `make: ***`

Vim 的 :compiler gcc 似乎有错误。它将 make: *** 视为错误,因此在打开 quickfix 时会打开一个名为 build.make 的空缓冲区。 这是屏幕截图:

我不想无缘无故打扰 Vim 人。对我来说这看起来像是一个错误,但也许我错了,所以我想听听第二个意见:还有谁认为这是一个错误?

我最终在 Vim 的 Github 上开了一个问题。这里是link:https://github.com/vim/vim/issues/7536。 TL;DR - 因为我使用 cmake 而不是 make:compiler gcc 没有按预期工作,我应该使用 :compiler cmake(这样的事情不存在)。