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
Does anybody know of any scripts to check python syntax when you type
:make?
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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