1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2022-03-31 12:34:15 +01:00
committed by Bram Moolenaar
parent 49d008d96b
commit 1104a6d0c2
5 changed files with 76 additions and 27 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4655,
/**/
4654,
/**/