index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reline
/
test_key_actor_vi.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...
aycabta
2021-12-24
1
-0
/
+28
*
[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-p
aycabta
2021-08-29
1
-30
/
+0
*
Stop using global constant, RELINE_TEST_ENCODING
aycabta
2021-06-21
1
-1
/
+1
*
Call Reline.test_reset in teardown definitely
aycabta
2021-06-21
1
-0
/
+4
*
[ruby/reline] Move the cursor correctly when deleting at eol
aycabta
2021-01-13
1
-0
/
+18
*
[ruby/reline] Doesn't contain terminate spaces by cw
aycabta
2020-12-24
1
-7
/
+25
*
[ruby/reline] Use #bytesize for vi_replace_char
aycabta
2020-12-24
1
-0
/
+18
*
[ruby/reline] Delete the last char of a line by dw
aycabta
2020-12-24
1
-0
/
+23
*
[ruby/reline] Key strokes like 2dl should behave d2l
aycabta
2020-12-05
1
-3
/
+3
*
[ruby/reline] Call process_insert when the end of pasting plural fullwidth chars
aycabta
2020-12-05
1
-0
/
+22
*
[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...
aycabta
2020-12-05
1
-2
/
+61
*
[ruby/reline] Implement vi_yank
aycabta
2020-12-05
1
-0
/
+18
*
[ruby/reline] Operator with arg need to make sure that they take arg to avoid...
aycabta
2020-12-05
1
-0
/
+13
*
[ruby/reline] Unimplemented vi command should be no-op
aycabta
2020-12-05
1
-0
/
+13
*
[ruby/reline] Keep operator proc as a local variable in the scope
aycabta
2020-12-05
1
-0
/
+13
*
[ruby/reline] Implement vi_change_meta
aycabta
2020-01-21
1
-0
/
+23
*
[ruby/reline] Implement vi_prev_char and vi_to_prev_char
aycabta
2020-01-20
1
-0
/
+36
*
[ruby/reline] Implement vi_to_next_char
aycabta
2020-01-20
1
-0
/
+18
*
Implement vi_insert_at_bol and vi_add_at_eol
aycabta
2020-01-17
1
-0
/
+36
*
Add tests for vi_insert and vi_add
aycabta
2020-01-17
1
-0
/
+32
*
Introduce an abstracted structure about the encoding of Reline
aycabta
2020-01-14
1
-2
/
+2
*
^D on non-empty line in vi mode behaves like Enter
aycabta
2019-12-25
1
-8
/
+11
*
Change encoding of completion list...for more tests
aycabta
2019-12-05
1
-0
/
+6
*
Change encoding of completion list
aycabta
2019-12-05
1
-1
/
+6
*
Support disable-completion
aycabta
2019-12-05
1
-0
/
+39
*
The ed_move_to_beg is different from vi_first_print
aycabta
2019-06-03
1
-1
/
+18
*
Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs
Takashi Kokubun
2019-05-29
1
-4
/
+3
*
Use existing instances for LineEditor and Config
aycabta
2019-05-29
1
-3
/
+4
*
Use Reline.completer_quote_characters to complete
aycabta
2019-05-28
1
-1
/
+0
*
Use Reline.test_mode in Reline's test too
aycabta
2019-05-22
1
-0
/
+1
*
Rename Reline's test file name because of typo
aycabta
2019-05-14
1
-0
/
+1025