summaryrefslogtreecommitdiffstats
path: root/init-python
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-02-09 17:16:50 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-02-09 17:16:50 +0100
commit735350448122b250c74eee1684c0637fdc2deaa6 (patch)
tree23ff53751158e893d2a7c1f124c6d2368f6e8891 /init-python
parente5fd48691defc1cda3e571aea4ca45ba7f377262 (diff)
downloadvim4projects-735350448122b250c74eee1684c0637fdc2deaa6.tar.gz
vim4projects-735350448122b250c74eee1684c0637fdc2deaa6.tar.xz
vim4projects-735350448122b250c74eee1684c0637fdc2deaa6.zip
update init*
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-python')
-rw-r--r--init-python2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-python b/init-python
index 77b1dca..a9e245e 100644
--- a/init-python
+++ b/init-python
@@ -4,6 +4,6 @@ python () {
# Python-mode:
# integrates pylint, rope, pydoc, pyflakes
# + extra highlighting, whitespace removal ...
- do_git_submodule $1 "git-python-mode"
+ do_git_submodule $1 "git-python-mode" || return $?
}
register python