Disable rstacruz/sparkup plugin (Ctrl+E in *.php) brokes the code.

This commit is contained in:
Kolan Sh 2014-09-06 13:00:44 +04:00
parent cd6ccd175a
commit 7b9aa82d33
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -174,7 +174,7 @@ Bundle 'gmarik/vundle'
" original repos on github
Bundle 'tpope/vim-fugitive'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
" Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'tpope/vim-rails.git'
" vim-scripts repos
Bundle 'L9'