diff options
Diffstat (limited to 'init-common')
| -rw-r--r-- | init-common | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
