hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit 1134cd8a50689a5f2bd98c195221e236e7c2a716
parent 5451dcb380668bc691d20ea91cf258dfe777609d
Author: Max Schillinger <maxschillinger@web.de>
Date:   Sun, 21 May 2023 23:06:22 +0200

compiler: update error format

`: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>

Diffstat:
Mcompiler/hare.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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