mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
added jedit to list of editors supported by edit-method
This commit is contained in:
parent
c173e4d600
commit
abc23c1716
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ class Pry
|
|||
"-l #{line_number} #{file_name}"
|
||||
when /^uedit32/
|
||||
"#{file_name}/#{line_number}"
|
||||
when /^jedit/
|
||||
"#{file_name} +#{line_number}"
|
||||
else
|
||||
if RUBY_PLATFORM =~ /mswin|mingw/
|
||||
"#{file_name}"
|
||||
|
|
Loading…
Reference in a new issue