From 830554d3a23c625b0dacea205baae95283c48ef7 Mon Sep 17 00:00:00 2001 From: Daniel Jay Haskin Date: Mon, 1 Jan 2024 11:19:20 -0700 Subject: [PATCH] Getting better. Now to fix the blank line in the middle of comments problem. --- compiler/roswell-sbcl.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/roswell-sbcl.vim b/compiler/roswell-sbcl.vim index 43b9e3b..c0c2466 100644 --- a/compiler/roswell-sbcl.vim +++ b/compiler/roswell-sbcl.vim @@ -43,6 +43,7 @@ CompilerSet efm= \%-C\;\ compilation%.%#, \%-C\;\\\\{0\\,1}%*[\ ]Line:\ %l\\,\ Column:\ -\\\\{0\\,1}%c%.%#, \%-C\;\\\\{0\\,1}%*[\ ]Stream:\ %*[^\"]\"file\ %f\"%.%#, + \%C\;%*[\ ](in\ form\ starting\ at\ line:\ %l\\,\ column:\ %c\\,%.%#, \%C\;%*[\ ]%[^\ ]\\\\@=%m, \%A\;\ in:\ %m, \%E\;\ caught\ %tRROR:, -- 2.45.2