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

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

[elpa] externals/orderless d0143484d0 051/204: Fix missing ./ and ../ in


From: ELPA Syncer
Subject: [elpa] externals/orderless d0143484d0 051/204: Fix missing ./ and ../ in file name completion
Date: Tue, 11 Jan 2022 12:58:16 -0500 (EST)

branch: externals/orderless
commit d0143484d08f72013885ef43fdd504fed21103c3
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Fix missing ./ and ../ in file name completion
    
    I had misunderstood what completion-pcm--filename-try-filter was for.
---
 orderless.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/orderless.el b/orderless.el
index 67dca3aabc..9a20817577 100644
--- a/orderless.el
+++ b/orderless.el
@@ -205,9 +205,6 @@ This function is part of the `orderless' completion style."
                   components))
                (completions (all-completions prefix table pred)))
           (when completions
-            (when minibuffer-completing-file-name
-              (setq completions
-                    (completion-pcm--filename-try-filter completions)))
             (nconc
              (cl-loop for candidate in completions
                       collect (orderless--highlight-matches



reply via email to

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