[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