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

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

[elpa] externals/vertico ab18b4a: Fix indentation (#62)


From: ELPA Syncer
Subject: [elpa] externals/vertico ab18b4a: Fix indentation (#62)
Date: Tue, 15 Jun 2021 13:57:15 -0400 (EDT)

branch: externals/vertico
commit ab18b4abf4f634c929f3e3a37cea05efb67f9e6e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: GitHub <noreply@github.com>

    Fix indentation (#62)
---
 vertico.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vertico.el b/vertico.el
index 6f0c7dd..1fee667 100644
--- a/vertico.el
+++ b/vertico.el
@@ -210,7 +210,7 @@
                           (if (text-property-not-all 0 (length suffix) 'face 
nil suffix)
                               suffix
                             (propertize suffix 'face 
'completions-annotations)))))
-                  candidates)
+                candidates)
       candidates)))
 
 (defun vertico--move-to-front (elem list)
@@ -322,7 +322,7 @@
       (if (and (eq 'file (completion-metadata-get metadata 'category))
                (or (vertico--remote-p content) (vertico--remote-p 
default-directory)))
           (vertico--recompute-candidates pt content bounds metadata)
-          ;; bug#38024: Icomplete uses `while-no-input-ignore-events' to 
repair updating issues
+        ;; bug#38024: Icomplete uses `while-no-input-ignore-events' to repair 
updating issues
         (let ((while-no-input-ignore-events '(selection-request))
               (non-essential t))
           (while-no-input (vertico--recompute-candidates pt content bounds 
metadata))))



reply via email to

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