summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/racket.vim3
1 files changed, 2 insertions, 1 deletions
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