branch: elpa/inf-ruby
commit fc1dffaeed5c11a30227074b21ba22d6f164fad4
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    inf-ruby-prompt-format: Include debugger prompt
    
    pezra/rspec-mode#45
---
 inf-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index 6d7bcd4c55..c0997d0a9a 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -39,6 +39,7 @@
   (mapconcat
    #'identity
    '("\\(^%s> .*\\)"                     ; Simple
+     "\\(^(rdb:1)\\)"                    ; Debugger
      "\\(^\\(irb([^)]+)"                 ; IRB default
      "\\(\[[0-9]+\] \\)?[Pp]ry ?([^)]+)" ; Pry
      "\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\.[0-9]+\\(-?p?[0-9]+\\)?" ; RVM

Reply via email to