From 914eb5f03df86898f42f2b7b15152db2c3fa0d2f Mon Sep 17 00:00:00 2001 From: "Kevin J. Smith" Date: Fri, 19 Aug 2011 11:42:47 -0700 Subject: [PATCH 1/2] Update errorformat (efm) for pylint 0.24.0 which includes column number in output --- vim/compiler/pylint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/compiler/pylint.vim b/vim/compiler/pylint.vim index 389a50c..90db936 100644 --- a/vim/compiler/pylint.vim +++ b/vim/compiler/pylint.vim @@ -88,7 +88,7 @@ CompilerSet makeprg=(echo\ '[%]';pylint\ -i\ y\ %\\\|grep\ -e\ \'^[WECY]\'\\\|se "CompilerSet efm=%+P[%f],%t:\ %#%l:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# "modified by Jose Blanca "version for the sorted and filtered pylint -CompilerSet efm=%-GI%n:\ %#%l:%m,%*\\d\ %t\ %n:\ %#%l:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# +CompilerSet efm=%-GI%n:\ %#%l\\,%c:%m,%*\\d\ %t\ %n:\ %#%l:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# ""sings "signs definition From bdc449bda9e72b325122d6c1eeec1be0904ee7c9 Mon Sep 17 00:00:00 2001 From: "Kevin J. Smith" Date: Fri, 19 Aug 2011 12:23:59 -0700 Subject: [PATCH 2/2] add column to errorformat as this was added to pylint 0.24 --- vim/compiler/pylint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/compiler/pylint.vim b/vim/compiler/pylint.vim index 90db936..1c2ce71 100644 --- a/vim/compiler/pylint.vim +++ b/vim/compiler/pylint.vim @@ -88,7 +88,7 @@ CompilerSet makeprg=(echo\ '[%]';pylint\ -i\ y\ %\\\|grep\ -e\ \'^[WECY]\'\\\|se "CompilerSet efm=%+P[%f],%t:\ %#%l:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# "modified by Jose Blanca "version for the sorted and filtered pylint -CompilerSet efm=%-GI%n:\ %#%l\\,%c:%m,%*\\d\ %t\ %n:\ %#%l:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# +CompilerSet efm=%-GI%n:\ %#%l\\,%c:%m,%*\\d\ %t\ %n:\ %#%l\\,%c:%m,%Z,%+IYour\ code%m,%Z,%-G%.%# ""sings "signs definition