mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add comments to key bindings vars of Reline::Config
This commit is contained in:
parent
bfd26cc18d
commit
28e01f006d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue