summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-04-23 22:37:32 +0200
committerMike Vink <mike1994vink@gmail.com>2023-04-23 22:37:32 +0200
commitd89ec79c52c2532789c6f510c12a71e99963a37e (patch)
treecfc51adb4190a08a0935db2f3b5e92151ce33713 /compiler
parentbb04f169c7820ce14ef908dbe1eb34af585d067e (diff)
fixup
Diffstat (limited to 'compiler')
-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