emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx 3032920883 117/182: Fix search results changing positi


From: ELPA Syncer
Subject: [nongnu] elpa/flx 3032920883 117/182: Fix search results changing positions as you type.
Date: Tue, 13 Dec 2022 03:59:35 -0500 (EST)

branch: elpa/flx
commit 30329208830b4aff18c9ebacea192515000633d7
Author: Brian Suh <brian.j.suh@gmail.com>
Commit: Brian Suh <brian.j.suh@gmail.com>

    Fix search results changing positions as you type.
---
 flx-ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-ido.el b/flx-ido.el
index 7cb18b0efb..bc85adab89 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -231,7 +231,7 @@ Our implementation always uses flex and doesn't care about 
substring matches."
            (if (string-match re name)
                (setq matches (cons item matches)))))
        items)
-      (delete-consecutive-dups matches t))))
+      (delete-consecutive-dups (nreverse matches) t))))
 
 (defadvice ido-exit-minibuffer (around flx-ido-reset activate)
   "Remove flx properties after."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]