Skip to content

Commit 3b22141

Browse files
committed
Remove unused Bundle
1 parent 0899f78 commit 3b22141

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.vim/common_config/plugin_config.vim

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@
110110
map <Leader>. :TagbarToggle<CR>
111111
112112

113-
" Ruby focused unit test (wrapped in an if-loaded because it doesn't like
114-
" being loaded twice)
115-
if !exists(':RunRubyFocusedUnitTest')
116-
Bundle "git://github.com/drewolson/ruby_focused_unit_test_vim.git"
117-
nmap <Leader>ra :wa<CR> :RunAllRubyTests<CR>
118-
nmap <Leader>rc :wa<CR> :RunRubyFocusedContext<CR>
119-
nmap <Leader>rf :wa<CR> :RunRubyFocusedUnitTest<CR>
120-
nmap <Leader>rl :wa<CR> :RunLastRubyTest<CR>
121-
endif
122-
123-
124113
" Markdown syntax highlighting
125114
Bundle "git://github.com/tpope/vim-markdown.git"
126115
augroup mkd

0 commit comments

Comments
 (0)