Re: Python indenting of '#'

2010-08-15 Thread AK
On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of "the best way" to handle python files in vim. There is one thing (besides other others, which I have't figured out yet ;) ) whi

Re: Python indenting of '#'

2010-08-15 Thread meino . cramer
AK [10-08-16 05:40]: > On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: > >Hi, > > > > after surfing the web for python related help for vim > > I found several sites with different versions of "the best > > way" to handle python files in vim. > > > > There is one thing (besides other others

Re: Python indenting of '#'

2010-08-15 Thread Tony Mechelynck
On 16/08/10 05:45, meino.cra...@gmx.de wrote: AK [10-08-16 05:40]: On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of "the best way" to handle python files in vim. There is one

RE: Python indenting of '#'

2010-08-15 Thread John Beckett
meino wrote: > Regardless how deep the level of indentation is -- as soon > as I press '#' to comment something, the curor jumps to > column 0 and forget all indentation levels which were valid > just before entering the '#'. Our tip is: http://vim.wikia.com/wiki/Restoring_indent_after_typing_