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

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

[nongnu] elpa/inf-ruby 350b12fea3 062/265: inf-ruby-prompt-format: Minor


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 350b12fea3 062/265: inf-ruby-prompt-format: Minor cleanup
Date: Sat, 9 Jul 2022 21:59:14 -0400 (EDT)

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

    inf-ruby-prompt-format: Minor cleanup
---
 inf-ruby.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

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