1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/reline
aycabta a92560132b Support incremental search by last determined word
In the incremental search by C-r, search word is saved when it's determined. In
the next incremental search by C-r, if a user presses C-r again with the empty
search word, the determined previous search word is used to search.
2019-12-03 01:39:59 +09:00
..
helper.rb Implement em_set_mark and em_exchange_mark 2019-11-15 16:50:40 +09:00
test_config.rb
test_history.rb
test_key_actor_emacs.rb Support incremental search by last determined word 2019-12-03 01:39:59 +09:00
test_key_actor_vi.rb
test_key_stroke.rb
test_kill_ring.rb
test_macro.rb
test_reline.rb Change argument Proc to #call defined object. 2019-11-21 00:47:37 +09:00
test_string_processing.rb Add test/reline/test_string_processing.rb 2019-11-21 07:28:18 +09:00
test_within_pipe.rb Fix reference core method. 2019-08-27 01:23:15 +09:00