aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_key_actor_emacs.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use Reline.completer_quote_characters to completeaycabta2019-05-281-1/+0
* Use Reline.test_mode in Reline's test tooaycabta2019-05-221-0/+1
* Support DEL keyaycabta2019-05-211-0/+25
* Check encoding when Readline completionaycabta2019-05-141-1/+6
* Add ed_search_prev_history to Relineaycabta2019-05-131-0/+13
* Use LineEditor#reset on testaycabta2019-05-131-3/+2
* Revert "Add a test for em_capitol_case of Reline"aycabta2019-05-121-24/+0
* Add a test for em_capitol_case of Relineaycabta2019-05-121-0/+24
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+1166