diff options
| author | aycabta <aycabta@gmail.com> | 2021-09-07 03:17:22 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2021-09-07 03:23:26 +0900 |
| commit | 2441bc8ea90b4e6790afb3174167103ec6a3b240 (patch) | |
| tree | d88c652a4f21f21fe7c5203c9e420257d52bb350 | |
| parent | 30203a6fd9814b90e84a5579d4d2da52f7e5f03a (diff) | |
[ruby/reline] Change the comment about key bindings to more appropriate
https://github.com/ruby/reline/commit/4364d9a386
| -rw-r--r-- | lib/reline/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/config.rb b/lib/reline/config.rb index f970bccee7..a46be280a0 100644 --- a/lib/reline/config.rb +++ b/lib/reline/config.rb @@ -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 |
