# vim plugins for Python projects python () { announce "--- python ---" # Python-mode: # integrates pylint, rope, pydoc, pyflakes # + extra highlighting, whitespace removal ... do_git_submodule $1 "git-python-mode" || return $? } register python