branch: externals/vertico-posframe
commit 3cb6f95d3d294bdb9586c6f4d491d9f51685d468
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* vertico-posframe.el (vertico-posframe--display): Do not reset
vertico-posframe--last-window
---
vertico-posframe.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vertico-posframe.el b/vertico-posframe.el
index 99836a8..a38452c 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -194,8 +194,7 @@ When 0, no border is showed."
:refposhandler vertico-posframe-refposhandler
:hidehandler #'vertico-posframe-hidehandler
:lines-truncate t
- (funcall vertico-posframe-size-function))
- (setq vertico-posframe--last-window nil))))
+ (funcall vertico-posframe-size-function)))))
(defun vertico-posframe-last-window ()
"Get the last actived window before active minibuffer."