I\'ve been programming Python with Vim for a while but one thing I haven\'t been able to figure out how to do it set it to auto indent to the level of the last open paren.>
Use gq, either over the whole selection with a VISUAL block, or with a movement, like gqq or gqj
gq
gqq
gqj