From d0143484d08f72013885ef43fdd504fed21103c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Wed, 22 Apr 2020 18:52:53 -0500 Subject: 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 67dca3a..9a20817 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 -- cgit v1.0