Project

General

Profile

« Previous | Next » 

Revision 9b928fa4

Added by shuujii (Shuji KOBAYASHI) almost 6 years ago

[ruby/reline] Sort completion list

Legacy mode:

$ irb --legacy irb(main):001:0> l[TAB][TAB] lambda load local_variables loop 

Before this patch:

$ irb irb(main):001:0> l[TAB][TAB] local_variables loop lambda load 

After this patch:

$ irb irb(main):001:0> l[TAB][TAB] lambda load local_variables loop 

https://github.com/ruby/reline/commit/6074069c7d