Disable rstacruz/sparkup plugin (Ctrl+E in *.php) brokes the code.
This commit is contained in:
parent
cd6ccd175a
commit
7b9aa82d33
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