aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Add a test of autowrap for yamatanoorotiaycabta2020-05-171-0/+10
* Restore class variable setting for testsaycabta2020-05-141-0/+32
* Initialize Reline callbacks when test suit startsaycabta2020-05-141-0/+6
* Delete inner text buffer after testsaycabta2020-05-141-0/+1
* Also use pipe for input in testaycabta2020-05-121-5/+7
* [ruby/reline] Negative history_size means unlimitedaycabta2020-04-291-0/+10
* [ruby/reline] New items to history are dropped if history_size is zeroaycabta2020-04-291-0/+10
* [ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada2020-04-291-0/+25
* [ruby/reline] Treat home dir correctlyaycabta2020-04-241-2/+1
* [ruby/reline] Support XDG_CONFIG_HOMEaycabta2020-04-241-0/+38
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-181-0/+74
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-181-0/+69
* [ruby/reline] Rename wrong test nameaycabta2020-04-181-1/+1
* [ruby/reline] Suppress $/ warningsNobuyoshi Nakada2020-03-271-1/+8
* [ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta2020-03-261-1/+3
* [ruby/reline] Rename test suite name of yamatanooroti testaycabta2020-03-261-1/+3
* [ruby/reline] Add yamatanooroti rendering testaycabta2020-03-261-0/+37
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-0/+9
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-0/+9
* Reset Reline.pointKoichi Sasada2020-03-021-0/+1
* skip test if Reline.completion_proc is nil.Koichi Sasada2020-03-021-1/+4
* Use test_mode on Reline::History::Test for encodingaycabta2020-01-261-0/+4
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-212-10/+18
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+23
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+36
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-0/+18
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+36
* Add tests for vi_insert and vi_addaycabta2020-01-171-0/+32
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-144-7/+8
* Support history-size in .inputrc correctlyaycabta2020-01-061-0/+11
* Complete indented and quoted string correctlyaycabta2020-01-061-5/+36
* Add test_completion_with_indent_and_completer_quote_charactersaycabta2019-12-271-0/+31
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-241-3/+40
* Support change search directionaycabta2019-12-171-0/+64
* Support forward-search-history by C-saycabta2019-12-171-0/+28
* Show a menu before a documentaycabta2019-12-131-0/+66
* Suppress to crash IRB if completed list has nilaycabta2019-12-121-0/+45
* Support completion with case-insensitive fashionaycabta2019-12-101-0/+51
* Change encoding of completion list...for more testsaycabta2019-12-051-0/+6
* Change encoding of completion listaycabta2019-12-051-1/+6
* Support disable-completionaycabta2019-12-051-0/+39
* Fix variable catchaycabta2019-12-051-0/+8
* Support incremental search by last determined wordaycabta2019-12-031-0/+37
* Support incremental search again by C-r in incremental searchaycabta2019-12-021-0/+22
* Search history to back in the middle of historiesaycabta2019-12-021-0/+22
* Remove obsolete codeaycabta2019-12-021-1/+0
* The ed_search_prev_history should always search to backwardaycabta2019-12-011-0/+28
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24