[ruby/reline] Remove not implemented method
(https://github.com/ruby/reline/pull/680) https://github.com/ruby/reline/commit/84762fc588
This commit is contained in:
parent
43f4da3ebf
commit
0a4e3f23e6
@ -55,7 +55,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
|
|||||||
# 26 ^Z
|
# 26 ^Z
|
||||||
:ed_ignore,
|
:ed_ignore,
|
||||||
# 27 ^[
|
# 27 ^[
|
||||||
:em_meta_next,
|
:ed_unassigned,
|
||||||
# 28 ^\
|
# 28 ^\
|
||||||
:ed_ignore,
|
:ed_ignore,
|
||||||
# 29 ^]
|
# 29 ^]
|
||||||
|
@ -2630,7 +2630,4 @@ class Reline::LineEditor
|
|||||||
@mark_pointer = new_pointer
|
@mark_pointer = new_pointer
|
||||||
end
|
end
|
||||||
alias_method :exchange_point_and_mark, :em_exchange_mark
|
alias_method :exchange_point_and_mark, :em_exchange_mark
|
||||||
|
|
||||||
private def em_meta_next(key)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user