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:
parent
b03aea62ab
commit
42e2a322f1
3 changed files with 67 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue