~sircmpwn/hare-dev

hare.vim: compiler: update error format v1 APPLIED

Max Schillinger: 1
 compiler: update error format

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/hare-dev/patches/41316/mbox | git am -3
Learn more about email & git

[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