[PATCH hare.vim] compiler: update error format
Export this patch
`:make` did not work. I guess, the output of `hare build` has changed
and this plugin is not up to date.
Signed-off-by: Max Schillinger <maxschillinger@web.de>
---
compiler/hare.vim | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/hare.vim b/compiler/hare.vim
index 0930b04..068930a 100644
--- a/compiler/hare.vim
+++ b/compiler/hare.vim
@@ -22,8 +22,8 @@ else
endif
CompilerSet errorformat=
- \Error\ %f:%l:%c:\ %m,
- \Syntax\ error:\ %.%#\ at\ %f:%l:%c\\,\ %m,
+ \%f:%l:%c:\ syntax\ error:\ %m,
+ \%f:%l:%c:\ error:\ %m,
\%-G%.%#
let &cpo = s:cpo_save
--
2.40.1
thanks!
to git@git.sr.ht:~sircmpwn/hare.vim
5451dcb..1134cd8 master -> master