travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

vundle installation on ubuntu #28

Closed travi closed 10 years ago

travi commented 10 years ago
Error detected while processing /home/vagrant/.vimrc:
line    3:
E319: Sorry, the command is not available in this version: let vundle_readme=expand($HOME.'/.vim/bundle/Vundle.vim/README.md')
line   14:
E319: Sorry, the command is not available in this version: call vundle#begin()
line   17:
E492: Not an editor command: Plugin 'gmarik/Vundle.vim'
line   19:
E492: Not an editor command: Plugin 'editorconfig-vim'
line   22:
E319: Sorry, the command is not available in this version: call vundle#end()            " required
line   24:
E319: Sorry, the command is not available in this version: filetype plugin indent on
line   25:
E319: Sorry, the command is not available in this version: syntax on
Error detected while processing /home/vagrant/dotfiles/vim/.vim/colors/icansee.vim:
line   14:
E319: Sorry, the command is not available in this version: let g:colors_name = "icansee"
travi commented 10 years ago
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 12 2013 00:22:46)
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by buildd@
travi commented 10 years ago

Need to install the full version of vim: http://www.cyberciti.biz/faq/howto-install-full-vim-under-ubuntu-linux/