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.
I may be barking up the wrong tree but I need to start somewhere and I don't have a complete handle on vim scripting to see anything there. Cheers
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
