diff options
Diffstat (limited to 'init-python')
| -rw-r--r-- | init-python | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init-python b/init-python index a9e245e..75fc9ad 100644 --- a/init-python +++ b/init-python @@ -1,9 +1,9 @@ # vim plugins for Python projects python () { - announce "--- python ---" + init_announce "--- python ---" delimit # Python-mode: # integrates pylint, rope, pydoc, pyflakes # + extra highlighting, whitespace removal ... - do_git_submodule $1 "git-python-mode" || return $? + init_git_submodule $1 "git-python-mode" } -register python +init_register python |
