summaryrefslogtreecommitdiff
path: root/lib/pry/editor.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Pry::Platform and introduce Pry::Helpers::PlatformKyrylo Silin2018-11-021-4/+3
* rubocop: fix offences of the Layout/EndAlignment copKyrylo Silin2018-10-131-6/+1
* Remove slash-change of windows pathsChristian Haase2014-09-121-1/+1
* support for redcar editorBenjamin Dodd2014-07-201-1/+3
* Inject _pry_ into Pry::EditorConrad Irwin2014-05-011-103/+107
* Use Shellwords.split before calling system [Fixes #810]Conrad Irwin2013-03-241-2/+2
* Fix indentation (HARDER)Conrad Irwin2013-01-141-4/+4
* Only shellword escape filenames in system calls on linuxConrad Irwin2013-01-141-7/+7
* Edit: handle blanks in filenames correctlyKyrylo Silin2013-01-141-0/+3
* Pry::Editor, Pry::Command::Whereami: more refactoringsJohn Mair2013-01-021-24/+43
* Extracted out editor-related code to Pry::EditorJohn Mair2012-12-291-0/+107