From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- compiler/credo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/credo.vim') 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 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 -- cgit v1.2.3