[ruby-cvs:78575] 6a22b2a091 (master): Support completion with case-insensitive fashion
"aycabta" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
aycabta 2019-12-10 07:01:26 +0900 (Tue, 10 Dec 2019)
New Revision: 6a22b2a091
https://github.com/ruby/ruby/commit/6a22b2a091
Log:
Support completion with case-insensitive fashion
Reline performs completion in a case-insensitive fashon if
Readline.completion_case_fold or completion-ignore-case of .inputrc are set
"on".
Modified files:
lib/reline.rb
lib/reline/line_editor.rb
test/reline/test_key_actor_emacs.rb