Skip to content

Commit 30e764f

Browse files
kelvinstjbodah
authored andcommitted
Reading column number on credo errors
1 parent 1b7f422 commit 30e764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/credo.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if exists(":CompilerSet") != 2
77
command -nargs=* CompilerSet setlocal <args>
88
endif
99

10-
CompilerSet errorformat=%f:%l:\ %t:\ %m
10+
CompilerSet errorformat=%f:%l:%c:\ %t:\ %m,%f:%l:\ %t:\ %m
1111
CompilerSet makeprg=mix\ credo\ suggest\ --format=flycheck

0 commit comments

Comments
 (0)