vim --clean -c 'set wildoptions=pum | term'<c-w>:h <tab>This happens only when the terminal job is still running. When running :term ls, and then typing <c-w>:e <tab>, the popup-menu is correctly displayed above the command-line.
Wildmenu pum should always be displayed right above the command-line.
8.2.4639
Linux
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I cannot reproduce this. I also can't think of anything that influences this.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I cannot reproduce this. I also can't think of anything that influences this.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I noticed when I first go to terminal-normal mode with <c-w>N before typing :h <tab>, everything is fine.
It seems to be related to my bash prompt. Can you reproduce it with a bash prompt that spans two lines?
For example:
export PS1="\u@\h in \w\n$ "
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
I noticed when I first go to terminal-normal mode with
<c-w>Nbefore typing:h <tab>, everything is fine.It seems to be related to my bash prompt. Can you reproduce it with a bash prompt that spans two lines?
For example:
export PS1="\u@\h in \w\n$ "
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
[For those reading this on github: the attachment was sent to the vim-dev maillist]
Since you can reproduce the problem, can you write a test that way? Probably using a screendump.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
I have created PR #10050 with the fix and a test. But I think the changes to pum_display()
need to be reviewed. For a cmdline completion popup menu, pum_display() should not
use the curwin to compute the popup menu dimensions.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Thank you! Just tested it and can confirm that it fixes the issue.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()