aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_key_actor_vi.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+18
* [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] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+3
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-051-0/+22
* [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
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-0/+13
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+23
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+36
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-0/+18
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+36
* Add tests for vi_insert and vi_addaycabta2020-01-171-0/+32
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-2/+2
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* 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
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-031-1/+18
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-291-4/+3
* Use existing instances for LineEditor and Configaycabta2019-05-291-3/+4
* Use Reline.completer_quote_characters to completeaycabta2019-05-281-1/+0
* Use Reline.test_mode in Reline's test tooaycabta2019-05-221-0/+1
* Rename Reline's test file name because of typoaycabta2019-05-141-0/+1025