On Mon, Aug 15, 2011 at 01:23:13 -0700, Kevin J. Smith wrote: > I use the script pylint.vim to automatically run pylint whenever I save a > buffer in vim. However, in an upgrade of my system (Mac OS X) pylint was > upgraded to 0.24 and now the errors, warnings, and comments from pylint no > longer show in the Quickfix window in vim. The version of vim, python, and > the script have remained the same. Therefore I am wondering if something in > the output of pylint changed in recent versions that would cause the script > not to pick up the errors etc.? When I run pylint on the command line > everything is cool. > IIRC it started including column numbers in addition to line numbers in its output. Maybe that's what's confusing the vim script?
Cheers, Julien -- Julien Cristau <[email protected]> Logilab http://www.logilab.fr/ Informatique scientifique & gestion de connaissances _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
