emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 2c28bc9f57 060/265: inf-ruby-prompt-format: Inclu


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 2c28bc9f57 060/265: inf-ruby-prompt-format: Include whitespace after rdb prompt
Date: Sat, 9 Jul 2022 21:59:14 -0400 (EDT)

branch: elpa/inf-ruby
commit 2c28bc9f5792dcefbf0282b5256a734a0add8d36
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    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

[Prev in Thread] Current Thread [Next in Thread]