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

[ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset, which is forgot to call

This commit is contained in:
aycabta 2021-04-09 11:57:23 +09:00
parent a6ae593ca0
commit 6496c76d2a

View file

@ -74,6 +74,7 @@ class Reline::Config
@additional_key_bindings.keys.each do |key|
@additional_key_bindings[key].clear
end
reset_default_key_bindings
end
def editing_mode