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

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

[nongnu] elpa/helm 430f40107b 1/2: Set "helm-pattern" to "input" to avoi


From: ELPA Syncer
Subject: [nongnu] elpa/helm 430f40107b 1/2: Set "helm-pattern" to "input" to avoid the source conetent refreshed by "helm-resume"
Date: Sun, 28 Aug 2022 15:58:46 -0400 (EDT)

branch: elpa/helm
commit 430f40107bae6adbb5364ff61ffc13e637984e72
Author: Jian Wang <leuven65@gmail.com>
Commit: Jian Wang <leuven65@gmail.com>

    Set "helm-pattern" to "input" to avoid the source conetent refreshed by 
"helm-resume"
---
 helm-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index f20ba07619..ee6a5b1196 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -3894,7 +3894,8 @@ For PRESELECT RESUME KEYMAP DEFAULT HISTORY, see `helm'."
                 helm-execute-action-at-once-if-one)
       (helm-log "helm-quit-if-no-candidate = %S" helm-quit-if-no-candidate)
       (when (and src (helm-resume-p resume))
-        (helm-display-mode-line src))
+        (helm-display-mode-line src)
+        (setq helm-pattern input))
       ;; Reset `helm-pattern' and update
       ;; display if no result found with precedent value of `helm-pattern'
       ;; unless `helm-quit-if-no-candidate' is non-`nil', in this case



reply via email to

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