We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0899f78 commit 3b22141Copy full SHA for 3b22141
1 file changed
.vim/common_config/plugin_config.vim
@@ -110,17 +110,6 @@
110
map <Leader>. :TagbarToggle<CR>
111
112
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
124
" Markdown syntax highlighting
125
Bundle "git://github.com/tpope/vim-markdown.git"
126
augroup mkd
0 commit comments