[ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset, which is forgot to call
This commit is contained in:
parent
a6ae593ca0
commit
6496c76d2a
@ -74,6 +74,7 @@ class Reline::Config
|
|||||||
@additional_key_bindings.keys.each do |key|
|
@additional_key_bindings.keys.each do |key|
|
||||||
@additional_key_bindings[key].clear
|
@additional_key_bindings[key].clear
|
||||||
end
|
end
|
||||||
|
reset_default_key_bindings
|
||||||
end
|
end
|
||||||
|
|
||||||
def editing_mode
|
def editing_mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user