diff options
Diffstat (limited to 'compiler/credo.vim')
-rw-r--r-- | compiler/credo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/credo.vim b/compiler/credo.vim index 964050ec..100abb4e 100644 --- a/compiler/credo.vim +++ b/compiler/credo.vim @@ -11,5 +11,5 @@ if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif -CompilerSet errorformat=%f:%l:\ %t:\ %m +CompilerSet errorformat=%f:%l:%c:\ %t:\ %m,%f:%l:\ %t:\ %m CompilerSet makeprg=mix\ credo\ suggest\ --format=flycheck |