~sircmpwn/hare.vim

1134cd8a50689a5f2bd98c195221e236e7c2a716 — Max Schillinger 1 year, 6 months ago 5451dcb
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M compiler/hare.vim
M compiler/hare.vim => compiler/hare.vim +2 -2
@@ 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