summaryrefslogtreecommitdiff
path: root/test/reline/test_key_actor_emacs.rb
AgeCommit message (Expand)Author
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-12-24[ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh
2021-12-24[ruby/reline] Add a test for halfwidth kana width dakutenaycabta
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-07-30[ruby/reline] Use "omit" instead of "return"aycabta
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