Remove vimbundles array from setup.sh
This array is no longer used.
This commit is contained in:
parent
e8d08af807
commit
4bd546e649
1 changed files with 0 additions and 3 deletions
3
setup.sh
3
setup.sh
|
@ -5,9 +5,6 @@ sys=`uname -s | tr A-Z a-z`
|
|||
|
||||
skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents Python '.*\.orig' '.*~')
|
||||
|
||||
typeset -A vimbundles
|
||||
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")
|
||||
|
||||
function link {
|
||||
local action
|
||||
local dest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue