We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f422 commit 30e764fCopy full SHA for 30e764f
compiler/credo.vim
@@ -7,5 +7,5 @@ if exists(":CompilerSet") != 2
7
command -nargs=* CompilerSet setlocal <args>
8
endif
9
10
-CompilerSet errorformat=%f:%l:\ %t:\ %m
+CompilerSet errorformat=%f:%l:%c:\ %t:\ %m,%f:%l:\ %t:\ %m
11
CompilerSet makeprg=mix\ credo\ suggest\ --format=flycheck
0 commit comments