VIM and block jumping
Fuming Wang
fuming at saturn.radsci.uci.edu
Mon Jul 5 20:11:18 EDT 1999
More information about the Python-list mailing list
Mon Jul 5 20:11:18 EDT 1999
- Previous message (by thread): VIM and block jumping
- Next message (by thread): VIM and block jumping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
>
>
- Previous message (by thread): VIM and block jumping
- Next message (by thread): VIM and block jumping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list