1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

The delete-char-or-list shows completed list when called at end of line

It doesn't behave the same as the delete-char.
This commit is contained in:
aycabta 2019-12-24 18:32:50 +09:00
parent b03aea62ab
commit 42e2a322f1
3 changed files with 67 additions and 9 deletions

View file

@ -9,7 +9,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
# 3 ^C
:ed_ignore,
# 4 ^D
:em_delete_or_list,
:em_delete,
# 5 ^E
:ed_move_to_end,
# 6 ^F