From 1134cd8a50689a5f2bd98c195221e236e7c2a716 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Sun, 21 May 2023 23:06:22 +0200 Subject: [PATCH] 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 --- 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.38.5