Been googling a lot around and still getting this issue. My vim suddenly produced these errors on boot. Not sure if I am missing something obvious here but I cannot for the life of me figure it out. I've tried uninstall vundle and reinstalling multiple times as well other fixes that I have found. The error is below. If anyone can give me a hand I would appreciate it. ``` $ vim Error detected while processing /Users/Josh/.vimrc: line 6: E492: Not an editor command: see rtp+=~/.vim/bundle/vundle.vim line 8: E117: Unknown function: vundle#begin line 10: E492: Not an editor command: Plugin 'gmarik/Vundle.vim' line 11: E492: Not an editor command: Plugin 'tpope/vim-rails.git' line 12: E492: Not an editor command: Plugin 'tpope/vim-bundler' line 13: E492: Not an editor command: Plugin 'tpope/vim-markdown' line 14: E492: Not an editor command: Plugin 'vim-ruby/vim-ruby' line 15: E492: Not an editor command: Plugin 'kchmck/vim-coffee-script' line 16: E492: Not an editor command: Plugin 'pangloss/vim-javascript' line 17: E492: Not an editor command: Plugin 'mileszs/ack.vim' line 18: E492: Not an editor command: Plugin 'mattn/emmet-vim' line 19: E492: Not an editor command: Plugin 'ervandew/supertab' line 21: E492: Not an editor command: Plugin 'bling/vim-airline' line 24: E492: Not an editor command: Plugin 'scrooloose/nerdtree' line 25: E492: Not an editor command: Plugin 'jistr/vim-nerdtree-tabs' line 26: E492: Not an editor command: Plugin 'scrooloose/syntastic' line 27: E492: Not an editor command: Plugin 'xolox/vim-misc' line 28: E492: Not an editor command: Plugin 'majutsushi/tagbar' line 29: E492: Not an editor command: Plugin 'kien/ctrlp.vim' line 30: E492: Not an editor command: Plugin 'vim-scripts/a.vim' line 31: E492: Not an editor command: Plugin 'godlygeek/tabular' line 34: E117: Unknown function: vundle#end default Press ENTER or type command to continue ```