summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/get_spec.rb
diff options
context:
space:
mode:
authorverdy89 <verdy.ir.89@gmail.com>2024-05-28 01:38:19 +0900
committergit <svn-admin@ruby-lang.org>2024-05-27 16:38:22 +0000
commit7c6e4bc7ca8a25de801db49eae9cad0c9edb29c0 (patch)
tree0a692acd05a374788d9aecbb42de689bdb1b8944 /spec/ruby/library/net/http/http/get_spec.rb
parentbc47ca5546a1287fbb052329075293c200d830b0 (diff)
[ruby/reline] Implement the redo commandHEADmaster
(https://github.com/ruby/reline/pull/707) * Implement the redo command * Commented out a test that does not pass * Changed key assignment for redo from "\C-[" to "\C-g" * Changed redo key assignment from `\C-g` to `\M-\C-_` * Revert the first implemantation * Implemented redo by sharing `@past_lines` between undo and redo * Fixed the index of past_lines that is updated when the cursor is moved * Fixed deletion of the redo history in regular input * Renamed variables: past_lines -> input_lines * Rename @position to @input_lines_position * Deleted unused variables: `@old_byte_pointer` and `@old_line_index` https://github.com/ruby/reline/commit/0b2d9fab5f
Diffstat (limited to 'spec/ruby/library/net/http/http/get_spec.rb')
0 files changed, 0 insertions, 0 deletions