summaryrefslogtreecommitdiff
path: root/test/reline/test_key_actor_emacs.rb
AgeCommit message (Expand)Author
2021-06-25Revert "Revert "[ruby/reline] Fix failed test""aycabta
2021-06-25Revert "[ruby/reline] Fix failed test"aycabta
2021-06-25[ruby/reline] Fix failed testima1zumi
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2020-12-22[ruby/reline] Support isearch-terminatorsaycabta
2020-12-19[ruby/reline] Yank by em-kill-region correctlyaycabta
2020-12-19[ruby/reline] Bind yank-pop correctlyaycabta
2020-12-11Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-11[ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi
2020-12-05[ruby/reline] Skip em_exchange_mark without markaycabta
2020-12-05[ruby/reline] Deduplicate completed itemsaycabta
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] Work with wrong $/ value correctlyaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-06Complete indented and quoted string correctlyaycabta
2019-12-27Add test_completion_with_indent_and_completer_quote_charactersaycabta
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-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