You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On pry version 0.13.1, the file regexp has changed. Line 42 of pry/init.el should be :regexp (format "^From: %s:%s" instead of :regexp (format "^From: %s @ line %s". I've tested this on my machine and it works.
This is on realgud-pry version 20200620.1006, emacs 27.1, and Ubuntu 20.04.
The text was updated successfully, but these errors were encountered:
On pry version 0.13.1, the file regexp has changed. Line 42 of pry/init.el should be
:regexp (format "^From: %s:%s"
instead of:regexp (format "^From: %s @ line %s"
. I've tested this on my machine and it works.This is on realgud-pry version 20200620.1006, emacs 27.1, and Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: