mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 18:01:17 +10:00
Problem: gcc.vim interprets "make: *** [Makefile" in the error message
"make: *** [Makefile:2: all] Error 1" as a valid filename.
Solution: Add pattern to extract the filename correctly. Note that this
doesn't remove the dangling "]" from the output ("all]").
closes: vim/vim#18956
bd5e882a91
1.5 KiB
1.5 KiB