Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed May 28, 2015
1 parent 0022fff commit 45f2525
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion autoload/plug.vim
Expand Up @@ -14,6 +14,9 @@
" Plug 'junegunn/seoul256.vim'
" Plug 'junegunn/vim-easy-align'
"
" " Group dependencies, vim-snippets depends on ultisnips
" Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
"
" " On-demand loading
" Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
" Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
Expand Down Expand Up @@ -437,7 +440,7 @@ function! s:add(repo, ...)
call add(g:plugs_order, name)
endif
let g:plugs[name] = spec
let s:loaded[name] = 0
let s:loaded[name] = get(s:loaded, name, 0)
catch
return s:err(v:exception)
endtry
Expand Down
26 changes: 13 additions & 13 deletions bin/restore
@@ -1,6 +1,6 @@
#!/bin/sh
# Generated by vim-plug
# Thu May 28 14:18:55 2015
# Thu May 28 14:20:11 2015

vim +PlugUpdate +qa

Expand All @@ -11,10 +11,10 @@ cd $PLUG_HOME/ack.vim/ && git reset --hard 6a57bc0
cd $PLUG_HOME/emmet-vim/ && git reset --hard 610c2ea
cd $PLUG_HOME/goyo.vim/ && git reset --hard eb4ec21
cd $PLUG_HOME/ledgerdown/ && git reset --hard 4f862e4
cd $PLUG_HOME/named-media-queries/ && git reset --hard c28e646
cd $PLUG_HOME/named-media-queries/ && git reset --hard 5ffb764
cd $PLUG_HOME/neomru.vim/ && git reset --hard e72bef3
cd $PLUG_HOME/nerdtree/ && git reset --hard af85499
cd $PLUG_HOME/splitjoin.vim/ && git reset --hard 89e5502
cd $PLUG_HOME/splitjoin.vim/ && git reset --hard 790bbda
cd $PLUG_HOME/syntastic/ && git reset --hard 2cf32d7
cd $PLUG_HOME/tabular/ && git reset --hard 60f2564
cd $PLUG_HOME/tomorrow-theme/ && git reset --hard 0e0d35a
Expand All @@ -23,9 +23,9 @@ cd $PLUG_HOME/unite-mark/ && git reset --hard c6353b0
cd $PLUG_HOME/unite-outline/ && git reset --hard f03cfe4
cd $PLUG_HOME/unite-tag/ && git reset --hard 470eff8
cd $PLUG_HOME/unite.vim/ && git reset --hard 662f83d
cd $PLUG_HOME/vader.vim/ && git reset --hard cade801
cd $PLUG_HOME/vader.vim/ && git reset --hard ad2c752
cd $PLUG_HOME/vim-abolish/ && git reset --hard 665bed7
cd $PLUG_HOME/vim-airline/ && git reset --hard 491b333
cd $PLUG_HOME/vim-airline/ && git reset --hard 67de5f2
cd $PLUG_HOME/vim-autotag/ && git reset --hard 22ebd96
cd $PLUG_HOME/vim-bracketed-paste/ && git reset --hard 36779ba
cd $PLUG_HOME/vim-bundler/ && git reset --hard 207e213
Expand All @@ -34,32 +34,32 @@ cd $PLUG_HOME/vim-colors/ && git reset --hard 9522f2f
cd $PLUG_HOME/vim-commentary/ && git reset --hard 9c68513
cd $PLUG_HOME/vim-css-shorthand/ && git reset --hard b74cbff
cd $PLUG_HOME/vim-css3-syntax/ && git reset --hard 33d21c7
cd $PLUG_HOME/vim-dispatch/ && git reset --hard e7ed067
cd $PLUG_HOME/vim-dispatch/ && git reset --hard 2f5d15f
cd $PLUG_HOME/vim-easy-align/ && git reset --hard c62d124
cd $PLUG_HOME/vim-eighties/ && git reset --hard d202e60
cd $PLUG_HOME/vim-endwise/ && git reset --hard bba43b8
cd $PLUG_HOME/vim-fastunite/ && git reset --hard a6ee243
cd $PLUG_HOME/vim-fish/ && git reset --hard 825853f
cd $PLUG_HOME/vim-fugitive/ && git reset --hard 935a2cc
cd $PLUG_HOME/vim-fugitive/ && git reset --hard 21b6dd7
cd $PLUG_HOME/vim-gotham/ && git reset --hard 6486e10
cd $PLUG_HOME/vim-haml/ && git reset --hard 204e327
cd $PLUG_HOME/vim-indent-object/ && git reset --hard 78fffa6
cd $PLUG_HOME/vim-jade/ && git reset --hard 437ce86
cd $PLUG_HOME/vim-jade/ && git reset --hard 0aa231c
cd $PLUG_HOME/vim-javascript/ && git reset --hard 8a409f7
cd $PLUG_HOME/vim-ledger/ && git reset --hard 9dc24c2
cd $PLUG_HOME/vim-lengthmatters/ && git reset --hard 826177e
cd $PLUG_HOME/vim-ledger/ && git reset --hard 4159cad
cd $PLUG_HOME/vim-lengthmatters/ && git reset --hard 475d404
cd $PLUG_HOME/vim-less/ && git reset --hard 902870b
cd $PLUG_HOME/vim-multiple-cursors/ && git reset --hard 5d23963
cd $PLUG_HOME/vim-node/ && git reset --hard 07a5e9f
cd $PLUG_HOME/vim-opinion/ && git reset --hard b38a1f1
cd $PLUG_HOME/vim-pathogen/ && git reset --hard b9fb0df
cd $PLUG_HOME/vim-python-combined/ && git reset --hard 3f7aefa
cd $PLUG_HOME/vim-rails/ && git reset --hard 12addfc
cd $PLUG_HOME/vim-rails/ && git reset --hard 6092275
cd $PLUG_HOME/vim-repeat/ && git reset --hard 7a6675f
cd $PLUG_HOME/vim-sensible/ && git reset --hard d0beb8a
cd $PLUG_HOME/vim-signify/ && git reset --hard 2b2f1b6
cd $PLUG_HOME/vim-signify/ && git reset --hard a05b780
cd $PLUG_HOME/vim-sleuth/ && git reset --hard 1db371f
cd $PLUG_HOME/vim-snippets/ && git reset --hard 8be99da
cd $PLUG_HOME/vim-snippets/ && git reset --hard f4c581e
cd $PLUG_HOME/vim-stylus/ && git reset --hard 07340e9
cd $PLUG_HOME/vim-surround/ && git reset --hard 772ab95
cd $PLUG_HOME/vim-vinegar/ && git reset --hard ac89396
Expand Down

0 comments on commit 45f2525

Please sign in to comment.