summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Call #start_terminal after generating temporary inputrcaycabta
2020-08-18[ruby/reline] Use single quotes for non-expanded string literalsaycabta
2020-08-18[ruby/reline] Use temporary dir with yamatanooroti testaycabta
2020-05-17[ruby/reline] Add a test of autowrap for yamatanoorotiaycabta
2020-05-14Restore class variable setting for testsaycabta
2020-05-14Initialize Reline callbacks when test suit startsaycabta
2020-05-14Delete inner text buffer after testsaycabta
2020-05-12Also use pipe for input in testaycabta
2020-04-29[ruby/reline] Negative history_size means unlimitedaycabta
2020-04-29[ruby/reline] New items to history are dropped if history_size is zeroaycabta
2020-04-29[ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada
2020-04-24[ruby/reline] Treat home dir correctlyaycabta
2020-04-24[ruby/reline] Support XDG_CONFIG_HOMEaycabta
2020-04-18[ruby/reline] Add ed_search_next_historyaycabta
2020-04-18[ruby/reline] Add ed_search_prev_historyaycabta
2020-04-18[ruby/reline] Rename wrong test nameaycabta
2020-03-27[ruby/reline] Suppress $/ warningsNobuyoshi Nakada
2020-03-26[ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta
2020-03-26[ruby/reline] Rename test suite name of yamatanooroti testaycabta
2020-03-26[ruby/reline] Add yamatanooroti rendering testaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-03-02Reset Reline.pointKoichi Sasada
2020-03-02skip test if Reline.completion_proc is nil.Koichi Sasada
2020-01-26Use test_mode on Reline::History::Test for encodingaycabta
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2020-01-21[ruby/reline] Implement vi_change_metaaycabta
2020-01-20[ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta
2020-01-20[ruby/reline] Implement vi_to_next_charaycabta
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-17Add tests for vi_insert and vi_addaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06Complete indented and quoted string correctlyaycabta
2019-12-27Add test_completion_with_indent_and_completer_quote_charactersaycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24The delete-char-or-list shows completed list when called at end of lineaycabta
2019-12-17Support change search directionaycabta
2019-12-17Support forward-search-history by C-saycabta
2019-12-13Show a menu before a documentaycabta
2019-12-12Suppress to crash IRB if completed list has nilaycabta
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-05Change encoding of completion list...for more testsaycabta
2019-12-05Change encoding of completion listaycabta
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta