From bb04f169c7820ce14ef908dbe1eb34af585d067e Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 23 Apr 2023 20:30:07 +0200 Subject: fixup --- compiler/racket.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/racket.vim b/compiler/racket.vim index 4a3227b..93b2623 100644 --- a/compiler/racket.vim +++ b/compiler/racket.vim @@ -14,12 +14,13 @@ endif " But in order to use it in efm we need to replace \ by %\ and % by %% -CompilerSet makeprg=racket\ -l\ errortrace +CompilerSet makeprg=compile\ racket CompilerSet errorformat=\%Z%*\\S%.%#, \%C\ \ \ %f:%l:%c, \%C\ \ \ %f:%l:%c:\ %m, \%C\ \ %.%#%\\%%(at\:%\\\|in\:%\\\|expected\:%\\\|given\:%\\)%\\@=%m, \%C\ %.%#, \%E%\\%%(%\\w%\\)%\\@=%f:%*\\d:%*\\d:\ %m, + \%E%\\%%(%\\w\+:%\\)%\\@=%m, \%E%*\\f:%*\\d:%*\\d:\ %m, " vim: sw=2 sts=2 et -- cgit v1.2.3