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

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

[nongnu] elpa/inf-ruby bf380c13e5 198/265: Support JRuby 9000 RVM prompt


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby bf380c13e5 198/265: Support JRuby 9000 RVM prompt
Date: Sat, 9 Jul 2022 21:59:26 -0400 (EDT)

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

    Support JRuby 9000 RVM prompt
    
    Closes #97.
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index e5c9c2f5a6..5d2fee342e 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -118,7 +118,7 @@ Currently only affects `inf-ruby-console-rails'."
       "\\(^(byebug) *\\)"                 ; byebug
       "\\(^\\(irb([^)]+)"                 ; IRB default
       "\\([[0-9]+] \\)?[Pp]ry ?([^)]+)"   ; Pry
-      "\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\.[0-9]+\\(-?p?[0-9]+\\)?" ; RVM
+      "\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\(\\.[0-9]+\\)*\\(-?p?[0-9]+\\)?" ; 
RVM
       "^rbx-head\\)")                     ; RVM continued
     "\\|")
    ;; Statement and nesting counters, common to the last four.



reply via email to

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