[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico e8edac107d: Update issue links in comments
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico e8edac107d: Update issue links in comments |
Date: |
Thu, 7 Dec 2023 15:58:55 -0500 (EST) |
branch: externals/vertico
commit e8edac107df5883f2fa8690356a8d8deee1a83de
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update issue links in comments
---
vertico.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/vertico.el b/vertico.el
index c02b82c2df..d84e90c580 100644
--- a/vertico.el
+++ b/vertico.el
@@ -416,15 +416,17 @@ The function is configured by BY, BSIZE, BINDEX, BPRED
and PRED."
(input (cons content pt)))
(unless (or (and interruptible (input-pending-p)) (equal vertico--input
input))
;; Redisplay to make input immediately visible before expensive candidate
- ;; recomputation (#89). No redisplay during init because of flicker.
+ ;; recomputation (gh:minad/vertico#89). No redisplay during init because
+ ;; of flicker.
(when (and interruptible (consp vertico--input))
;; Prevent recursive exhibit from timer (`consult-vertico--refresh').
(cl-letf (((symbol-function #'vertico--exhibit) #'ignore))
(redisplay)))
(pcase (let ((vertico--metadata (completion-metadata (substring content
0 pt)
minibuffer-completion-table
minibuffer-completion-predicate)))
- ;; If Tramp is used, do not compute the candidates in an
interruptible fashion,
- ;; since this will break the Tramp password and user name
prompts (See #23).
+ ;; If Tramp is used, do not compute the candidates in an
+ ;; interruptible fashion, since this will break the Tramp
+ ;; password and user name prompts (See gh:minad/vertico#23).
(if (or (not interruptible)
(and (eq 'file (vertico--metadata-get 'category))
(or (vertico--remote-p content) (vertico--remote-p
default-directory))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/vertico e8edac107d: Update issue links in comments,
ELPA Syncer <=