From e6c75e9e6ad332b4f4c781f7d50eefa121630143 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 8 Mar 2012 14:18:22 +0100 Subject: init: update/sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-python | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init-python') 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 -- cgit