diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2012-11-26 13:13:40 +0100 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2012-11-26 13:13:40 +0100 |
commit | 4201e844221422ee2d4f19f748007af5d5d3fa4a (patch) | |
tree | b1934b58a216642572fb6fc0f5fd3b430b7bd0c1 /init-python | |
parent | 9077a669f78f9ec5e8c6095af5ae7a9ecb593b55 (diff) | |
download | vim4projects-4201e844221422ee2d4f19f748007af5d5d3fa4a.tar.gz vim4projects-4201e844221422ee2d4f19f748007af5d5d3fa4a.tar.xz vim4projects-4201e844221422ee2d4f19f748007af5d5d3fa4a.zip |
simplify init* a bit
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-python')
-rw-r--r-- | init-python | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init-python b/init-python index 75fc9ad..d70257d 100644 --- a/init-python +++ b/init-python @@ -1,6 +1,5 @@ # vim plugins for Python projects python () { - init_announce "--- python ---" delimit # Python-mode: # integrates pylint, rope, pydoc, pyflakes # + extra highlighting, whitespace removal ... |