mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Change the comment about key bindings to more appropriate
https://github.com/ruby/reline/commit/4364d9a386
This commit is contained in:
parent
30203a6fd9
commit
2441bc8ea9
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Reline::Config
|
|||
end
|
||||
|
||||
def key_bindings
|
||||
# override @key_actors[@editing_mode_label].default_key_bindings with @additional_key_bindings[@editing_mode_label]
|
||||
# The key bindings for each editing mode will be overwritten by the user-defined ones.
|
||||
@key_actors[@editing_mode_label].default_key_bindings.merge(@additional_key_bindings[@editing_mode_label]).merge(@oneshot_key_bindings)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue