summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/pathname_from_message.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syntax_suggest/pathname_from_message.rb')
-rw-r--r--lib/syntax_suggest/pathname_from_message.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/pathname_from_message.rb b/lib/syntax_suggest/pathname_from_message.rb
index b6fe1617be..ab90227427 100644
--- a/lib/syntax_suggest/pathname_from_message.rb
+++ b/lib/syntax_suggest/pathname_from_message.rb
@@ -13,7 +13,7 @@ module SyntaxSuggest
# # => "/tmp/scratch.rb"
#
class PathnameFromMessage
- EVAL_RE = /^\(eval\):\d+/
+ EVAL_RE = /^\(eval.*\):\d+/
STREAMING_RE = /^-:\d+/
attr_reader :name