aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-06-02 07:28:26 +0900
committeraycabta <aycabta@gmail.com>2019-06-02 07:28:26 +0900
commit28e01f006d124fa8d6d85450f92b188b473921f8 (patch)
tree0f9221531bb68d8538d0ccf2b12443db22ecfc94
parentbfd26cc18df6c6eca5b67cea5f2d6a6d557da468 (diff)
downloadruby-28e01f006d124fa8d6d85450f92b188b473921f8.tar.gz
Add comments to key bindings vars of Reline::Config
-rw-r--r--lib/reline/config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reline/config.rb b/lib/reline/config.rb
index aa65037c67..6fdeb7006f 100644
--- a/lib/reline/config.rb
+++ b/lib/reline/config.rb
@@ -36,8 +36,8 @@ class Reline::Config
end
def initialize
- @additional_key_bindings = {}
- @default_key_bindings = {}
+ @additional_key_bindings = {} # from inputrc
+ @default_key_bindings = {} # environment-dependent
@skip_section = nil
@if_stack = []
@editing_mode_label = :emacs