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

    inf-ruby-prompt-format: Include whitespace after rdb prompt
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 55ae02134b..f8f7121887 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -40,7 +40,7 @@
    (mapconcat
     #'identity
     '("\\(^%s> .*\\)"                     ; Simple
-      "\\(^(rdb:1)\\)"                    ; Debugger
+      "\\(^(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