summaryrefslogtreecommitdiffstats
path: root/init-python
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-03-08 14:18:22 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-03-08 14:18:22 +0100
commite6c75e9e6ad332b4f4c781f7d50eefa121630143 (patch)
tree01c1852951d6ada5538bfb2404f58a13399820cf /init-python
parentae62343688e6022e206e98293d5fa5498728cd9d (diff)
downloadvim4projects-e6c75e9e6ad332b4f4c781f7d50eefa121630143.tar.gz
vim4projects-e6c75e9e6ad332b4f4c781f7d50eefa121630143.tar.xz
vim4projects-e6c75e9e6ad332b4f4c781f7d50eefa121630143.zip
init: update/sync
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-python')
-rw-r--r--init-python6
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