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

This commit is contained in:
Kolan Sh 2014-09-06 13:01:24 +04:00
parent e486602a60
commit 4995e91b0f
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'