From d89ec79c52c2532789c6f510c12a71e99963a37e Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 23 Apr 2023 22:37:32 +0200 Subject: fixup --- compiler/racket.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/racket.vim b/compiler/racket.vim index 93b2623..1f98a41 100644 --- a/compiler/racket.vim +++ b/compiler/racket.vim @@ -18,9 +18,9 @@ CompilerSet makeprg=compile\ racket CompilerSet errorformat=\%Z%*\\S%.%#, \%C\ \ \ %f:%l:%c, \%C\ \ \ %f:%l:%c:\ %m, - \%C\ \ %.%#%\\%%(at\:%\\\|in\:%\\\|expected\:%\\\|given\:%\\)%\\@=%m, + \%C\ \ %.%#%\\%%(module%\\spath:%\\\|at\:%\\\|in\:%\\\|expected\:%\\\|given\:%\\)%\\@=%m, \%C\ %.%#, \%E%\\%%(%\\w%\\)%\\@=%f:%*\\d:%*\\d:\ %m, - \%E%\\%%(%\\w\+:%\\)%\\@=%m, \%E%*\\f:%*\\d:%*\\d:\ %m, + \%E%\\%%(%\\S%\\+:%\\\|%\.%\\+--%\\)%\\@=%m, " vim: sw=2 sts=2 et -- cgit v1.2.3