branch: externals/vertico commit 864dfeb4e98c4629d1c3e2005b1c3baa7dea7cc9 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix typo, use variable current-minibuffer-command --- extensions/vertico-repeat.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el index b46c93b..a25137c 100644 --- a/extensions/vertico-repeat.el +++ b/extensions/vertico-repeat.el @@ -69,8 +69,8 @@ "Save Vertico status for `vertico-repeat'." (when vertico--input (unless vertico-repeat--restore - (setq vertico-repeat--command (if (boundp 'minibuffer-current-command) - minibuffer-current-command + (setq vertico-repeat--command (if (boundp 'current-minibuffer-command) + current-minibuffer-command this-command) vertico-repeat--input "" vertico-repeat--candidate nil