Re: vim configuration for python

2005-05-26 Thread Gary Johnson
In comp.editors DJK <[EMAIL PROTECTED]> wrote: > Does anybody know of any scripts to check python syntax when you type > :make? The problem I had doing this with Python was that the Python interpreter spits out errors in the opposite order from that in which I wanted to traverse them in vim's qu

Re: vim configuration for python

2005-05-26 Thread DJK
Does anybody know of any scripts to check python syntax when you type :make? -- http://mail.python.org/mailman/listinfo/python-list

Re: vim configuration for python

2005-05-25 Thread Gary Johnson
In comp.editors Leonard J. Reder <[EMAIL PROTECTED]> wrote: > Hello, > > I am looking at configuring vim for Python. Most importantly I > need 4 spaces when the tab is hit. I am searching and getting > a bit confused. Does anyone know where I can find a set of > ready made .vimrc and ~/.vim/syn

Re: vim configuration for python

2005-05-25 Thread Stephen Thorne
On 26/05/05, Leonard J. Reder <[EMAIL PROTECTED]> wrote: > Hello, > > I am looking at configuring vim for Python. Most importantly I > need 4 spaces when the tab is hit. I am searching and getting > a bit confused. Does anyone know where I can find a set of > ready made .vimrc and ~/.vim/syntax

Re: vim configuration for python

2005-05-25 Thread Simon Percivall
I don't know if the binary editions include the Misc directory, but if you download the Python source you'll find a directory called Misc. In it, there's a vimrc file. -- http://mail.python.org/mailman/listinfo/python-list

Re: vim configuration for python

2005-05-25 Thread haihui guo
I think you can do set tabstop=4 also, it's better to set expandtab so, the tab will be expanded as space. HG On Wed, 25 May 2005 16:36:04 -0700, Leonard J. Reder <[EMAIL PROTECTED]> wrote: > Hello, > > I am looking at configuring vim for Python. Most importantly I > need 4 spaces when the

vim configuration for python

2005-05-25 Thread Leonard J. Reder
Hello, I am looking at configuring vim for Python. Most importantly I need 4 spaces when the tab is hit. I am searching and getting a bit confused. Does anyone know where I can find a set of ready made .vimrc and ~/.vim/syntax/python.vim. If could find c.vim and cpp.vim these would be useful a