Skip to content

Commit 79e837e

Browse files
author
Jerry Nummi
committed
Swap out a few remaining Bundle commands with NeoBundle
1 parent d83a70f commit 79e837e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vim/common_config/01_plugin_config.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
call neobundle#end()
223223

224224
" Easy async RSpec running
225-
Bundle 'thoughtbot/vim-rspec'
226-
Bundle "git://github.com/tpope/vim-dispatch.git"
225+
NeoBundle 'thoughtbot/vim-rspec'
226+
NeoBundle "git://github.com/tpope/vim-dispatch.git"
227227
let g:rspec_command = "Dispatch rspec --format=progress --no-profile {spec}"
228228
nmap <Leader>rc :wa<CR> :call RunCurrentSpecFile()<CR>
229229
nmap <Leader>rn :wa<CR> :call RunNearestSpec()<CR>

0 commit comments

Comments
 (0)