vim-ide-elixir
vim-ide-elixir copied to clipboard
update.sh fails : Fetched in submodule path 'bundle/indentLine' : Direct fetching of that commit failed.
- installed per instructions
- launch vim, says to run update.sh
- run update.sh
~/.vim/bundle/vim-ide-elixir$ ./update.sh
- Errors
HEAD is now at c36f9c5 Update module versions
changed repo URL bundle/alchemist.vim [email protected]:gasparch/alchemist.vim https://github.com/gasparch/alchemist.vim
changed repo URL bundle/ctrlp-tagbar.vim [email protected]:gasparch/ctrlp-tagbar.vim.git https://github.com/gasparch/ctrlp-tagbar.vim.git
changed repo URL bundle/ctrlp.vim [email protected]:ctrlpvim/ctrlp.vim.git https://github.com/ctrlpvim/ctrlp.vim.git
changed repo URL bundle/indentLine [email protected]:Yggdroot/indentLine.git https://github.com/Yggdroot/indentLine.git
changed repo URL bundle/matchit [email protected]:tmhedberg/matchit https://github.com/tmhedberg/matchit
changed repo URL bundle/nerdcommenter [email protected]:scrooloose/nerdcommenter.git https://github.com/scrooloose/nerdcommenter.git
changed repo URL bundle/tabular [email protected]:godlygeek/tabular.git https://github.com/godlygeek/tabular.git
changed repo URL bundle/tagbar [email protected]:gasparch/tagbar.git https://github.com/gasparch/tagbar.git
changed repo URL bundle/vim-airline [email protected]:bling/vim-airline https://github.com/bling/vim-airline
changed repo URL bundle/vim-desert-programming [email protected]:gasparch/vim-desert-programming.git https://github.com/gasparch/vim-desert-programming.git
changed repo URL bundle/vim-elixir [email protected]:gasparch/vim-elixir https://github.com/gasparch/vim-elixir
changed repo URL bundle/vim-elixir-exunit [email protected]:gasparch/vim-elixir-exunit.git https://github.com/gasparch/vim-elixir-exunit.git
changed repo URL bundle/vim-elixir-fold [email protected]:gasparch/vim-elixir-fold https://github.com/gasparch/vim-elixir-fold
changed repo URL bundle/vim-elixir-smarttrace [email protected]:gasparch/vim-elixir-smarttrace.git https://github.com/gasparch/vim-elixir-smarttrace.git
changed repo URL bundle/vim-fugitive [email protected]:tpope/vim-fugitive.git https://github.com/tpope/vim-fugitive.git
changed repo URL bundle/vim-hybrid [email protected]:w0ng/vim-hybrid https://github.com/w0ng/vim-hybrid
changed repo URL bundle/vim-plugin-AnsiEsc [email protected]:powerman/vim-plugin-AnsiEsc.git https://github.com/powerman/vim-plugin-AnsiEsc.git
changed repo URL bundle/vim-sleuth [email protected]:tpope/vim-sleuth.git https://github.com/tpope/vim-sleuth.git
changed repo URL extras/elixir-ctags [email protected]:gasparch/elixir-ctags.git https://github.com/gasparch/elixir-ctags.git
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/alchemist.vim'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/ctrlp-tagbar.vim'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/ctrlp.vim'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/indentLine'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/matchit'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/nerdcommenter'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/tabular'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/tagbar'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-airline'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-desert-programming'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-elixir'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-elixir-exunit'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-elixir-fold'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-elixir-smarttrace'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-fugitive'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-hybrid'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-plugin-AnsiEsc'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/bundle/vim-sleuth'...
Cloning into '/home/toddg/.vim/bundle/vim-ide-elixir/extras/elixir-ctags'...
Submodule path 'bundle/alchemist.vim': checked out 'ff62729cba81dd272012b858fd62d6416be9961c'
Submodule path 'bundle/ctrlp-tagbar.vim': checked out '1a0ddd65d3fa5ffa295611a7c64eb25ef6f50919'
Submodule path 'bundle/ctrlp.vim': checked out '9c80c35b21f5ac5f41bfd86cd7755ecab46383ea'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: Server does not allow request for unadvertised object 88b6f92fec8c0f7cf208908d6ea26efae5f18367
Fetched in submodule path 'bundle/indentLine', but it did not contain 88b6f92fec8c0f7cf208908d6ea26efae5f18367. Direct fetching of that commit failed.
Then, when attempting to run vim
in a directory containing elixir code...
~/repos/external/phoenix$ vim
Error detected while processing function vimide#init[5]..vimide#setAirlineSettings:
line 36:
E117: Unknown function: airline#section#create
E15: Invalid expression: airline#section#create(['%3p%%', 'linenr', 'maxlinenr', '%3v'])