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:
parent
a6ae593ca0
commit
6496c76d2a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue