summaryrefslogtreecommitdiff
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-081-0/+15
* [ruby/reline] Reset @rest_height when clear screenaycabta2021-04-021-0/+11
* [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta2021-03-241-0/+4
* [ruby/reline] Support preposing and postposing for Reline.completion_procaycabta2021-03-241-0/+54
* [ruby/reline] Reline.delete_text removes the current line in multilineaycabta2021-03-241-0/+13
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-0/+14
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-0/+14
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+18
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-132-0/+61
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
* 600x larger timeout for RelineTakashi Kokubun2021-01-051-1/+1
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-7/+25
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-0/+18
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-0/+23
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-0/+4
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-0/+30
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+11
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-191-0/+12
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-0/+1
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-1/+143
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-111-1/+1
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-111-0/+62
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-0/+11
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-4/+4
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-0/+18
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-0/+13
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-0/+12
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+3
* [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo2020-12-051-0/+12
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+14
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-053-0/+55
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-2/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+18
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-0/+13
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-0/+13