aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_key_actor_emacs.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Support ed_argument_digit by M+numaycabta2021-09-291-0/+14
* [ruby/reline] Ignore NUL by ed_quoted_insertaycabta2021-09-281-0/+7
* [ruby/reline] Disable autocompletion in testsaycabta2021-08-301-0/+1
* [ruby/reline] Use "omit" instead of "return"aycabta2021-07-301-2/+2
* Revert "Revert "[ruby/reline] Fix failed test""aycabta2021-06-251-59/+59
* Revert "[ruby/reline] Fix failed test"aycabta2021-06-251-59/+59
* [ruby/reline] Fix failed testima1zumi2021-06-251-59/+59
* Stop using global constant, RELINE_TEST_ENCODINGaycabta2021-06-211-2/+2
* Call Reline.test_reset in teardown definitelyaycabta2021-06-211-0/+4
* [ruby/reline] Remove an obsolete commented-out testaycabta2021-06-211-25/+0
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-131-0/+47
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-0/+30
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-191-0/+18
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-111-1/+1
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-111-0/+62
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+20
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-0/+30
* [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] Work with wrong $/ value correctlyaycabta2020-03-261-0/+9
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-2/+2
* Complete indented and quoted string correctlyaycabta2020-01-061-5/+36
* Add test_completion_with_indent_and_completer_quote_charactersaycabta2019-12-271-0/+31
* 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
* 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
* Implement em_set_mark and em_exchange_markaycabta2019-11-151-0/+32
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-0/+10
* Remove unused method.manga_osyo2019-07-151-1/+1
* Skip transpose-words if less than 2 wordaycabta2019-06-061-0/+76
* Add test_ed_transpose_words_for_mbcharaycabta2019-06-061-0/+42
* Implement transpose-wordsaycabta2019-06-041-0/+42
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-0/+13
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-031-0/+11
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+28
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-291-29/+2
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+27
* Use existing instances for LineEditor and Configaycabta2019-05-291-2/+2