Commit Graph

6 Commits

Author SHA1 Message Date
Conrad Irwin 8f827ea403 Use Shellwords.split before calling system [Fixes #810] 2013-03-24 23:36:08 -07:00
Conrad Irwin d29f6b5c04 Fix indentation (HARDER) 2013-01-14 16:44:09 +01:00
Conrad Irwin 15caf5fb87 Only shellword escape filenames in system calls on linux 2013-01-14 16:44:09 +01:00
Kyrylo Silin e66d2083c1 Edit: handle blanks in filenames correctly
Also, move path escaping to `Editor` class. The test is currently
failing (looks like a bug in `Editor`).
2013-01-14 16:44:09 +01:00
John Mair e647957507 Pry::Editor, Pry::Command::Whereami: more refactorings 2013-01-02 16:25:18 +01:00
John Mair 9bda7a17a7 Extracted out editor-related code to Pry::Editor
And updated commands to use the new API
2012-12-29 23:38:20 +01:00