[ruby-cvs:78659] c2dfc6d869 (master): Show a menu before a document
"aycabta" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
aycabta 2019-12-13 03:57:32 +0900 (Fri, 13 Dec 2019)
New Revision: c2dfc6d869
https://github.com/ruby/ruby/commit/c2dfc6d869
Log:
Show a menu before a document
IRB should show a menu first if a completed list has plural items. But just
shows document without menu if a completed list with plural items includes a
perfect matched item. The behavior is a bug. This commit fixes it.
Modified files:
lib/reline/line_editor.rb
test/reline/test_key_actor_emacs.rb