summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-mode.el b/helm-mode.el
index 94af9571..5b6b1fbb 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -866,6 +866,7 @@ It should be used when candidate list don't need to rebuild dynamically."
(eq require-match
'confirm-after-completion)))
1 0)
+ :nomark t
:candidates-in-buffer cands-in-buffer
:exec-when-only-one exec-when-only-one
:fuzzy helm-mode-fuzzy-match
@@ -963,6 +964,7 @@ This handler use dynamic matching which allow honouring `completion-styles'."
:initial-input input
:buffer buffer
:history history
+ :nomark t
:reverse-history helm-mode-reverse-history
;; In helm h-c-styles default is passed directly in
;; candidates.