Open jacereda opened 4 years ago
On Windows, nim reports errors with a path like c:\Users\.... So, this regex should include :.
c:\Users\...
:
https://github.com/nim-lang/nim-mode/blob/16a245e4974d21a6e9e7163e7fbfb50a0bd89f99/nim-compile.el#L175
On Windows, nim reports errors with a path like
c:\Users\...
. So, this regex should include:
.https://github.com/nim-lang/nim-mode/blob/16a245e4974d21a6e9e7163e7fbfb50a0bd89f99/nim-compile.el#L175