> -----Original Message----- > From: Carlos Hanson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 11, 2006 10:50 AM > To: Mike Hansen > Cc: tutor@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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor