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

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

[nongnu] elpa/inf-ruby bf49b368a5 047/265: Fix #18


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby bf49b368a5 047/265: Fix #18
Date: Sat, 9 Jul 2022 21:59:12 -0400 (EDT)

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

    Fix #18
---
 inf-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index 612bb04b6e..68b410d2ee 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -34,6 +34,7 @@
      "\\(^\\(irb([^)]+)"                 ; IRB default
      "\\(\[[0-9]+\] \\)?[Pp]ry ?([^)]+)" ; Pry
      "\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\.[0-9]+\\(-?p?[0-9]+\\)?" ; RVM
+     "^rbx-head"                         ; RVM continued
      ;; Statement and nesting counters, common to the last three.
      "\\) ?[0-9:]* ?%s *\\)")
    "\\|")



reply via email to

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