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-common | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'init-common') diff --git a/init-common b/init-common index 0a247d8..f5cec4a 100644 --- a/init-common +++ b/init-common @@ -1,6 +1,4 @@ # common vim plugins for shared projects -CHOICES="$CHOICES|common" - common () { announce "--- common ---" # local_vimrc: @@ -10,6 +8,7 @@ common () { LH_COMMON_URL="http://lh-vim.googlecode.com/svn/vim-lib/trunk/autoload/lh/common.vim" # "plugin" directory has to be added (downloading recursively # the whole original "plugin" path for one file is impractical) - do_wget $1 "$LOCAL_VIMRC_DIR/plugin" -nc "$LOCAL_VIMRC_URL" - do_wget $1 "$LOCAL_VIMRC_DIR/autoload/lh" -nc "$LH_COMMON_URL" + do_wget $1 "$LOCAL_VIMRC_DIR/plugin" "$LOCAL_VIMRC_URL" + do_wget $1 "$LOCAL_VIMRC_DIR/autoload/lh" "$LH_COMMON_URL" } +register common -- cgit