summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-03-31 12:34:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-03-31 12:34:15 +0100
commit1104a6d0c2004d39e9b6cb8f804d12b628a69869 (patch)
tree2e7bc119f38f7c1fcb96452ac00c639a2b398013 /src/version.c
parent49d008d96b80d17e9770b066031aaaf9495761e2 (diff)
patch 8.2.4655: cmdline completion popup menu positioned wrongv8.2.4655
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b1b976c824..dd1331ea9f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4655,
+/**/
4654,
/**/
4653,