summaryrefslogtreecommitdiff
path: root/test/reline/test_key_actor_emacs.rb
AgeCommit message (Expand)Author
2019-12-03Support incremental search by last determined wordaycabta
2019-12-02Support incremental search again by C-r in incremental searchaycabta
2019-12-02Search history to back in the middle of historiesaycabta
2019-12-02Remove obsolete codeaycabta
2019-12-01The ed_search_prev_history should always search to backwardaycabta
2019-11-15Implement em_set_mark and em_exchange_markaycabta
2019-08-18Don't crash when deleting at the end of the lineAlan Wu
2019-07-15Remove unused method.manga_osyo
2019-06-06Skip transpose-words if less than 2 wordaycabta
2019-06-06Add test_ed_transpose_words_for_mbcharaycabta
2019-06-04Implement transpose-wordsaycabta
2019-06-03The C-q is also quoted insert in emacs modeaycabta
2019-06-03The ed_move_to_beg is different from vi_first_printaycabta
2019-05-29Remove extra items because Reline::HISTORY is a sized queueaycabta
2019-05-29Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun
2019-05-29Remove extra items because Reline::HISTORY is a sized queueaycabta
2019-05-29Use existing instances for LineEditor and Configaycabta
2019-05-28Use Reline.completer_quote_characters to completeaycabta
2019-05-22Use Reline.test_mode in Reline's test tooaycabta
2019-05-21Support DEL keyaycabta
2019-05-14Check encoding when Readline completionaycabta
2019-05-13Add ed_search_prev_history to Relineaycabta
2019-05-13Use LineEditor#reset on testaycabta
2019-05-12Revert "Add a test for em_capitol_case of Reline"aycabta
2019-05-12Add a test for em_capitol_case of Relineaycabta
2019-04-30Add Reline as a fallback library for Readlineaycabta