aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* Merge Reline 0.1.5aycabta2020-09-167-16/+528
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-309-18/+312
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* 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
* Change encoding of completion list...for more testsaycabta2019-12-051-0/+6
* Change encoding of completion listaycabta2019-12-051-1/+6
* Support disable-completionaycabta2019-12-051-0/+39
* Fix variable catchaycabta2019-12-051-0/+8
* 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
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24
* Prefer dedecated assertionsNobuyoshi Nakada2019-11-191-4/+4
* Implement em_set_mark and em_exchange_markaycabta2019-11-152-0/+36
* Fixed `assert_equal` first argument to be expected.manga_osyo2019-11-121-4/+4
* Reline#readline and Reline#readmultiline to private.osyo-manga2019-11-121-2/+6
* Swap expected and actual correctlyaycabta2019-10-071-50/+50
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Add test with encoding.manga_osyo2019-08-271-10/+10
* Change to test file path.manga_osyo2019-08-271-0/+242
* Refactoring Reline.manga_osyo2019-08-271-3/+6
* Fix reference core method.manga_osyo2019-08-271-2/+2
* Remove test_mode in `lib/reline`.manga_osyo2019-08-271-0/+12
* Remove commented out debug printaycabta2019-08-181-4/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-0/+10
* Move a test file of Reline to test/reline/aycabta2019-07-151-0/+273
* Remove unused method.manga_osyo2019-07-151-1/+1
* Support Control- and Meta-aycabta2019-07-041-0/+2
* Check commented out line in inputrc correctlyaycabta2019-07-041-0/+22
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-0/+5
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-0/+5
* Remove unnecessary variablesaycabta2019-06-081-1/+0
* Skip transpose-words if less than 2 wordaycabta2019-06-061-0/+76
* Add test_ed_transpose_words_for_mbcharaycabta2019-06-061-0/+42
* Renamed duplicate testNobuyoshi Nakada2019-06-041-1/+1
* Add aliases for commands for changing text macroaycabta2019-06-041-0/+14
* Implement transpose-wordsaycabta2019-06-041-0/+42
* Use lines instead of splitKazuhiro NISHIYAMA2019-06-031-9/+9
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-0/+13
* Add aliases for commands for moving macroaycabta2019-06-031-0/+11
* Close leaked file descripters in testsaycabta2019-06-032-1/+7
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-032-1/+29