]> git.eshelyaron.com Git - emacs.git/commit
Sort by recency in flex completion style when no flexy stuff happening
authorJoão Távora <joaotavora@gmail.com>
Sun, 15 Aug 2021 12:19:59 +0000 (13:19 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 15 Aug 2021 12:32:59 +0000 (13:32 +0100)
commitab23fa4eb22f6557414724769958a63f1c59b49a
treea14032e6376cd7559a1d2b07c867dc3a1a3b76d6
parent926eeb7dd4b35a311d51cb651cc0c64fa4a5ab2c
Sort by recency in flex completion style when no flexy stuff happening

Fixes: bug#49888
* minibuffer.el (completion--flex-adjust-metadata): Fall back to usual
alphanumeric, length, recency strategy if no minibuffer input.  There
is still a bug indicated by the nearby FIXMEs, though.
lisp/minibuffer.el