aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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