Disable rstacruz/sparkup plugin (Ctrl+E in *.php) brokes the code.
This commit is contained in:
parent
e486602a60
commit
4995e91b0f
2
.vimrc
2
.vimrc
|
@ -174,7 +174,7 @@ Bundle 'gmarik/vundle'
|
||||||
" original repos on github
|
" original repos on github
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
Bundle 'Lokaltog/vim-easymotion'
|
Bundle 'Lokaltog/vim-easymotion'
|
||||||
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
"Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
||||||
Bundle 'tpope/vim-rails.git'
|
Bundle 'tpope/vim-rails.git'
|
||||||
" vim-scripts repos
|
" vim-scripts repos
|
||||||
Bundle 'L9'
|
Bundle 'L9'
|
||||||
|
|
Loading…
Reference in New Issue