~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH hare.vim] compiler: update error format

Details
Message ID
<20230521210621.34418-1-maxschillinger@web.de>
DKIM signature
missing
Download raw message
Patch: +2 -2
`: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
Details
Message ID
<CSSEHRZ2NWZD.35VTQ74UWQHOZ@monch>
In-Reply-To
<20230521210621.34418-1-maxschillinger@web.de> (view parent)
DKIM signature
missing
Download raw message
thanks!

to git@git.sr.ht:~sircmpwn/hare.vim
  5451dcb..1134cd8  master -> master
Reply to thread Export thread (mbox)