Hi,
Hopefully you all found my first tutorial helpfull,
this will be a second more advanced tutorial about scripting vim in python.
In this tutorial we will make a script to test if your python script doesn't contain syntax errors, we will use pyflakes for this
let' s get started with the module pyflakse,
you can find pyflakes on http://divmod.org/trac/wiki/DivmodPyflakes
install it on ubuntu: apt-get install pyflakes
We will use pyflakes because it is fast, if you're interested you can also look at pylint and pychecker.
first let's do some tests with pyflakes
open some python interpreter:



Comments
