We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60b6f92 + 5426b7d commit bc981b3Copy full SHA for bc981b3
1 file changed
plugin/ruby_debugger.vim
@@ -13,7 +13,7 @@ noremap <leader>c :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger
13
noremap <leader>e :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger.exit()<CR>
14
noremap <leader>d :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger.remove_breakpoints()<CR>
15
16
-command! -nargs=? -complete=file Rdebugger call ruby_debugger#load_debugger() | call g:RubyDebugger.start(<q-args>)
+command! -nargs=* -complete=file Rdebugger call ruby_debugger#load_debugger() | call g:RubyDebugger.start(<q-args>)
17
command! -nargs=0 RdbStop call g:RubyDebugger.stop()
18
command! -nargs=1 RdbCommand call g:RubyDebugger.send_command_wrapper(<q-args>)
19
command! -nargs=0 RdbTest call g:RubyDebugger.run_test()
0 commit comments