diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-04-23 22:37:32 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-04-23 22:37:32 +0200 |
| commit | d89ec79c52c2532789c6f510c12a71e99963a37e (patch) | |
| tree | cfc51adb4190a08a0935db2f3b5e92151ce33713 | |
| parent | bb04f169c7820ce14ef908dbe1eb34af585d067e (diff) | |
fixup
| -rw-r--r-- | compiler/racket.vim | 4 |
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 |
