[Tutor] VIM & Python

Mike Hansen Mike.Hansen at atmel.com
Wed Oct 11 18:59:04 CEST 2006


 

> -----Original Message-----
> From: Carlos Hanson [mailto:chanson at ttsd.k12.or.us] 
> Sent: Wednesday, October 11, 2006 10:50 AM
> To: Mike Hansen
> Cc: tutor at python.org
> Subject: Re: [Tutor] VIM & Python
> 
> 
> On Tue, October 10, 2006 1:44 pm, Mike Hansen wrote:
> > This is slightly off topic...
> >
> > I use VIM to write my Python programs. I usually have a 
> shell open to
> >  run pyflakes on the file I just edited. Is there a way to run
> > pyflakes from within VIM and have it display the errors in another
> > buffer?
> >
> > The :make stuff is confusing me.
> >
> > Mike
> 
> Because I also use vim, I looked into this.  I found the answer on the
> following site:
> 
>   http://www.rayninfo.co.uk/vimtips.html
> 
> Try the following:
> 
>   :new | r!pyflakes #
> 
> -- 
> Carlos Hanson
> Web and System Administrator
> Tigard-Tualatin School District
> 503.431.4053
> 

Interesting page. Works great! Thanks!

Mike


More information about the Tutor mailing list