index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reline
/
test_key_actor_vi.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-05
[ruby/reline] Refactor utf-8 strings and invalid strings in test
tomoya ishida
2024-12-16
[ruby/reline] Change quoted_insert and bracketed_paste to a single
tomoya ishida
2024-12-06
[ruby/reline] Combine MAPPINGS(single byte input to symbol) with
tomoya ishida
2024-10-22
[ruby/reline] Use IO's encoding instead of Encoding.default_external
Wu
2024-06-18
[ruby/reline] Fix vi_yank or vi_delete_meta copies nil bug
tomoya ishida
2024-06-03
[ruby/reline] Improve key binding match/matching check
tomoya ishida
2024-04-16
[ruby/reline] Implement changing editing mode
Mari Imaizumi
2024-04-15
[ruby/reline] Fix vi_to_column which was broken
tomoya ishida
2024-04-14
[ruby/reline] Refactor waiting_proc and waiting_operator_proc
tomoya ishida
2024-04-14
[ruby/reline] Support `menu-complete-backward` command for upward
Michael J. Giarlo
2024-03-25
[ruby/reline] Remove useless tests
Stan Lo
2024-03-24
[ruby/reline] Refactor key actor test
tomoya ishida
2024-02-13
[ruby/reline] C for vi mode
Otávio Schwanck dos Santos
2023-07-07
[ruby/reline] Reduce direct references to `Reline::IOGate`
Stan Lo
2022-09-22
[ruby/reline] use assert_nothing_raised
Otávio Schwanck dos Santos
2022-09-22
[ruby/reline] PR changes
Otávio Schwanck dos Santos
2021-12-24
[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...
aycabta
2021-08-29
[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-p
aycabta
2021-06-21
Stop using global constant, RELINE_TEST_ENCODING
aycabta
2021-06-21
Call Reline.test_reset in teardown definitely
aycabta
2021-01-13
[ruby/reline] Move the cursor correctly when deleting at eol
aycabta
2020-12-24
[ruby/reline] Doesn't contain terminate spaces by cw
aycabta
2020-12-24
[ruby/reline] Use #bytesize for vi_replace_char
aycabta
2020-12-24
[ruby/reline] Delete the last char of a line by dw
aycabta
2020-12-05
[ruby/reline] Key strokes like 2dl should behave d2l
aycabta
2020-12-05
[ruby/reline] Call process_insert when the end of pasting plural fullwidth chars
aycabta
2020-12-05
[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...
aycabta
2020-12-05
[ruby/reline] Implement vi_yank
aycabta
2020-12-05
[ruby/reline] Operator with arg need to make sure that they take arg to avoid...
aycabta
2020-12-05
[ruby/reline] Unimplemented vi command should be no-op
aycabta
2020-12-05
[ruby/reline] Keep operator proc as a local variable in the scope
aycabta
2020-01-21
[ruby/reline] Implement vi_change_meta
aycabta
2020-01-20
[ruby/reline] Implement vi_prev_char and vi_to_prev_char
aycabta
2020-01-20
[ruby/reline] Implement vi_to_next_char
aycabta
2020-01-17
Implement vi_insert_at_bol and vi_add_at_eol
aycabta
2020-01-17
Add tests for vi_insert and vi_add
aycabta
2020-01-14
Introduce an abstracted structure about the encoding of Reline
aycabta
2019-12-25
^D on non-empty line in vi mode behaves like Enter
aycabta
2019-12-05
Change encoding of completion list...for more tests
aycabta
2019-12-05
Change encoding of completion list
aycabta
2019-12-05
Support disable-completion
aycabta
2019-06-03
The ed_move_to_beg is different from vi_first_print
aycabta
2019-05-29
Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs
Takashi Kokubun
2019-05-29
Use existing instances for LineEditor and Config
aycabta
2019-05-28
Use Reline.completer_quote_characters to complete
aycabta
2019-05-22
Use Reline.test_mode in Reline's test too
aycabta
2019-05-14
Rename Reline's test file name because of typo
aycabta