summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/racket.vim4
1 files 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