Closed tpict closed 6 years ago
The ]]
, [[
mappings have already been defined and work well, but I've added corresponding ][
, []
motions.
Any more thoughts on this?
Hey, really sorry, I completely forgot about this. Would you possibly interested in taking over as maintainer?
Yeah I would! Do you have to let upstream know? I'm not sure how the transfer works
Sweet, go ahead and replace my name and email with yours at the top of the file, under maintainer. Then email the updated python.vim to Bram. I've let him know.
Let me know once you've done that, and I'll update the repo to indicate that I'm no longer the maintainer.
I've just sent Bram an email. Cheers!
Currently the
]M
/[M
behaviour is a bit wonky since it's still looking for C syntax. The mappings I've suggested will match the last non-whitespace character of a line above a class/method definition or above any line at indent level 0.This matches the
]m
/[m
behaviour nicely, but chokes on import statements, non-OO structures etc. I think this is acceptable as you see similar behaviour in other filetypes but I'm open to suggestions.