Hi, On Mon, Feb 7, 2022 at 8:13 PM bfrg <[email protected]> wrote:
> When I press :e <tab> in command-line mode, the popup menu opens as > expected, but after pressing <c-e> to cancel the pum, followed by <up>, > Vim will insert ../ into the command-line, open the popup menu and select > the first entry. This is unexpected. <up> and <down> keys should just > navigate through the command-line history and not open the popup menu. > Thanks for trying out the patch and reporting this issue. I have updated the PR to fix this issue. Can you try out the updated PR? > Is the pum aligned correctly in this screenshot? It seems to be off by 2 > characters. > [image: screenshot-2022-02-08_050536] > <https://user-images.githubusercontent.com/6266600/152916289-04353212-5d46-4684-97f7-f4d3abc460ab.png> > > > I think you typed "cN" and then pressed <Tab> to display the popup menu. In that case, the popup menu is correctly aligned. The popup menu uses the last column in the cmd line where you invoked the completion. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mP4k9-cfd1gEf4B7uMRWdSS259zx-nyBo%3DQOWpHru_9g%40mail.gmail.com.
