Closed yanghaoxie closed 5 years ago
Last time this broke, this is what fixed it: https://github.com/tumashu/company-posframe/pull/10/files
(defun company-posframe-window-change ()
"Hide posframe on window change."
(unless (or (string= (buffer-name) company-posframe-buffer)
(equal company-posframe--last-status
(list (selected-window)
(current-buffer))))
(company-posframe-hide)))
Fixes it for me
It worked. Thanks, bro. @aaronjensen
After commit 977b7390cc4033ad087c46e7ba9f6fd7a6018869,
company-posframe
buffer blinks, I present an example as followgif
picture.