From 9687b559ecff22cd42c0a0acdfd2980565bf1146 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 3 Feb 2012 12:59:22 +0100 Subject: explicit SVN revisions, minor changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init-python | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init-python') diff --git a/init-python b/init-python index b82705f..77b1dca 100644 --- a/init-python +++ b/init-python @@ -1,6 +1,4 @@ # vim plugins for Python projects -CHOICES="$CHOICES|python" - python () { announce "--- python ---" # Python-mode: @@ -8,3 +6,4 @@ python () { # + extra highlighting, whitespace removal ... do_git_submodule $1 "git-python-mode" } +register python -- cgit