branch: externals/company commit f0caa24f20c64dc16624f94ebf6612715ed92f9c Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
company-echo-metadata-frontend: Reduce blinking with "async" backends --- company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company.el b/company.el index 7535dde..c89d347 100644 --- a/company.el +++ b/company.el @@ -3634,6 +3634,7 @@ Delay is determined by `company-tooltip-idle-delay'." "`company-mode' frontend showing the documentation in the echo area." (pcase command (`post-command (company-echo-show-soon 'company-fetch-metadata)) + (`unhide (company-echo-show)) (`hide (company-echo-hide)))) (provide 'company)