From 2c431aae0e0e1c9fdbb793ec8fac0f40e870b3cf Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Tue, 10 Aug 2021 18:33:11 +0300 Subject: [PATCH] fix(vertico): +vertico/find-file-in... allow the creation of new files if the input doesn't match any existing ones. --- modules/completion/vertico/autoload/vertico.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/completion/vertico/autoload/vertico.el b/modules/completion/vertico/autoload/vertico.el index 16a8e4489..2b027ec7b 100644 --- a/modules/completion/vertico/autoload/vertico.el +++ b/modules/completion/vertico/autoload/vertico.el @@ -180,7 +180,6 @@ If INITIAL is non-nil, use as initial input." (split-string (cdr (apply #'doom-call-process cmd)) "\n" t) :prompt default-directory :sort nil - :require-match t :initial (if initial (shell-quote-argument initial)) :add-history (thing-at-point 'filename) :category 'file