1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry
Kyrylo Silin dd92e2a359 Fix regression with respect to space prefixes
Fixes #1369 (Prefixing commands with a space is not working)

The regression was introduced by this commit:

  68bcca22a0

Since then the main logic for the REPL was hugely refactored. This
refactoring morphed the error into this commit:

  e020f8cecd

Sorry about this hacky solution.
2015-03-08 10:06:56 +02:00
..
code Enable syntax highlighting for Rakefile and other similarly named files 2014-09-14 09:48:44 +10:00
commands show-source: if the current context is a C object, display a warning 2015-02-27 06:00:10 +02:00
config Fix some warnings 2015-01-23 14:03:36 +01:00
helpers helpers/text: when strip colours, also strip special characters 2015-03-06 08:42:12 +02:00
method Fix some warnings 2015-01-23 14:03:36 +01:00
test Fix regression with respect to space prefixes 2015-03-08 10:06:56 +02:00
wrapped_module wrapped_module:candidate: reflect the directory structure accordingly 2015-02-27 03:04:12 +02:00
cli.rb Revert "Safe to append with #<< here after all." 2015-03-06 08:51:22 +02:00
code.rb Fix some warnings 2015-01-23 14:03:36 +01:00
code_object.rb show-source: if the current context is a C object, display a warning 2015-02-27 06:00:10 +02:00
color_printer.rb support custom implementation of BasicObject#inspect. 2015-01-15 13:08:46 +00:00
command.rb Fix some warnings 2015-01-23 14:03:36 +01:00
command_set.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
commands.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
config.rb require 'config/*' dependencies through require_relative. 2014-02-01 14:52:40 +01:00
core_extensions.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
editor.rb Remove slash-change of windows paths 2014-09-12 16:34:43 +02:00
exceptions.rb Handle error about frozen object in Ruby 2.2 2014-10-14 23:07:48 +09:00
helpers.rb
history.rb Fix history clear bag(No re-init @original_lines) 2015-01-11 03:54:27 +09:00
history_array.rb Only take a shallow clone 2013-12-08 09:40:45 -08:00
hooks.rb Remove deprecated hooks API 2014-04-29 11:13:26 +03:00
indent.rb Prevent additional single-line if indentations [Fixes #1325] 2014-12-04 00:56:37 -08:00
input_completer.rb Fix some warnings 2015-01-23 14:03:36 +01:00
input_lock.rb No longer touching the the input. It's a global lock for now (:all) 2013-06-26 16:39:37 -04:00
inspector.rb Various copy changes 2014-05-05 00:50:44 -07:00
last_exception.rb improve Pry::LastException docs. 2014-03-17 11:28:48 +01:00
method.rb method: amend backticks to avoid confusion 2015-02-28 07:16:14 +02:00
object_path.rb Make object path resolution more robust (fix #957) 2014-04-28 00:41:19 -07:00
output.rb using __send__ to prevent calling TCPSocket#send 2015-01-13 18:50:04 +01:00
pager.rb Cleanup warnings 2014-11-29 19:33:26 -08:00
plugins.rb Only load plugins that support current pry 2014-10-26 02:39:30 -05:00
prompt.rb Various copy changes 2014-05-05 00:50:44 -07:00
pry_class.rb Cleanup * interpreted as argument prefix warning 2014-06-24 16:30:03 -04:00
pry_instance.rb Fix regression with respect to space prefixes 2015-03-08 10:06:56 +02:00
rbx_path.rb
repl.rb Fix possible reference to past scope warnings 2015-01-23 14:24:35 +01:00
repl_file_loader.rb Make it clearer that we're copying from config to config 2014-05-01 01:51:02 -07:00
rubygem.rb Merge remote-tracking branch 'drwl/fixes-issue-1286' (fix #1286) 2015-01-14 21:53:36 -08:00
terminal.rb terminal: rescue Errno::EOPNOTSUPP 2015-02-26 15:33:45 +02:00
version.rb v0.10.1 2014-08-16 16:34:26 -07:00
wrapped_module.rb wrapped_module:candidate: reflect the directory structure accordingly 2015-02-27 03:04:12 +02:00