VIM and block jumping

Fuming Wang fuming at saturn.radsci.uci.edu
Mon Jul 5 20:11:18 EDT 1999


Hi, I have a small patch that can make vim do following indentation:
def func():
    print "hello world!"
    if a == b and \
       b == c or  \
       e == f:
        print "got it!"

I can send you the patch if this is what you like.

Cheers,
Fuming Wang
fuming at venus.radsci.uci.edu



On Mon, 5 Jul 1999, Angus MacKay wrote:

> this is a question for all of the VIMers out there.
> 
> is there any way to get [# ]# style logical python block jumping
> to work for python? (to make up for the lack of {} in python)
> 
> cheers, Angus.
> 
> 





More information about the Python-list mailing list