yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

<c-p> does not show documentation #478

Closed girishji closed 5 months ago

girishji commented 5 months ago

Just FYI: In the completion popup menu <c-n> shows lazy-doc documentation in the info popup, but if you go back by typing <c-p> the documentation does not show up again.

Looks like a Vim bug. I filed a report. https://github.com/vim/vim/issues/14204

You can close this issue as appropriate.

girishji commented 5 months ago

Should be fixed by https://github.com/vim/vim/pull/14231

yegappan commented 5 months ago

Thanks. Is this issue fixed now by your changes to Vim?

girishji commented 5 months ago

Yes, it is fixed.