Skip to content

Commit bc981b3

Browse files
author
Anton Astashov
committed
Merge pull request #46 from rweng/master.
It really works, thanks, rweng.
2 parents 60b6f92 + 5426b7d commit bc981b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/ruby_debugger.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ noremap <leader>c :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger
1313
noremap <leader>e :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger.exit()<CR>
1414
noremap <leader>d :call ruby_debugger#load_debugger() <bar> call g:RubyDebugger.remove_breakpoints()<CR>
1515
16-
command! -nargs=? -complete=file Rdebugger call ruby_debugger#load_debugger() | call g:RubyDebugger.start(<q-args>)
16+
command! -nargs=* -complete=file Rdebugger call ruby_debugger#load_debugger() | call g:RubyDebugger.start(<q-args>)
1717
command! -nargs=0 RdbStop call g:RubyDebugger.stop()
1818
command! -nargs=1 RdbCommand call g:RubyDebugger.send_command_wrapper(<q-args>)
1919
command! -nargs=0 RdbTest call g:RubyDebugger.run_test()

0 commit comments

Comments
 (0)