]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4655: cmdline completion popup menu positioned wrong v8.2.4655
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 31 Mar 2022 11:34:15 +0000 (12:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2022 11:34:15 +0000 (12:34 +0100)
commit1104a6d0c2004d39e9b6cb8f804d12b628a69869
tree2e7bc119f38f7c1fcb96452ac00c639a2b398013
parent49d008d96b80d17e9770b066031aaaf9495761e2
patch 8.2.4655: cmdline completion popup menu positioned wrong

Problem:    Command line completion popup menu positioned wrong when using a
            terminal window.
Solution:   Position the popup menu differently when editing the command line.
            (Yegappan Lakshmanan, closes #10050, closes #10035)
src/popupmenu.c
src/testdir/dumps/Test_wildmenu_pum_term_01.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/testdir/test_terminal.vim
src/version.c