summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2020-09-16Merge Reline 0.1.5aycabta
2020-03-30Ruby 2.7 backport about IRB (#2990)aycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
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-05Change encoding of completion list...for more testsaycabta
2019-12-05Change encoding of completion listaycabta
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta
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-21Add test/reline/test_string_processing.rbaycabta
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-19Prefer dedecated assertionsNobuyoshi Nakada
2019-11-15Implement em_set_mark and em_exchange_markaycabta
2019-11-12Fixed `assert_equal` first argument to be expected.manga_osyo
2019-11-12Reline#readline and Reline#readmultiline to private.osyo-manga
2019-10-07Swap expected and actual correctlyaycabta
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-08-27Add test with encoding.manga_osyo
2019-08-27Change to test file path.manga_osyo
2019-08-27Refactoring Reline.manga_osyo
2019-08-27Fix reference core method.manga_osyo
2019-08-27Remove test_mode in `lib/reline`.manga_osyo
2019-08-18Remove commented out debug printaycabta
2019-08-18Don't crash when deleting at the end of the lineAlan Wu
2019-07-15Move a test file of Reline to test/reline/aycabta
2019-07-15Remove unused method.manga_osyo
2019-07-04Support Control- and Meta-aycabta
2019-07-04Check commented out line in inputrc correctlyaycabta
2019-07-04Parse key sequence more strictlyNobuyoshi Nakada
2019-07-04Skip indented comment lines [Bug #15981]Nobuyoshi Nakada
2019-06-08Remove unnecessary variablesaycabta
2019-06-06Skip transpose-words if less than 2 wordaycabta
2019-06-06Add test_ed_transpose_words_for_mbcharaycabta
2019-06-04Renamed duplicate testNobuyoshi Nakada
2019-06-04Add aliases for commands for changing text macroaycabta
2019-06-04Implement transpose-wordsaycabta
2019-06-03Use lines instead of splitKazuhiro NISHIYAMA
2019-06-03The C-q is also quoted insert in emacs modeaycabta
2019-06-03Add aliases for commands for moving macroaycabta
2019-06-03Close leaked file descripters in testsaycabta
2019-06-03The ed_move_to_beg is different from vi_first_printaycabta