From 105f741fac1b3242909c3c69384f00e4dcd9356e Mon Sep 17 00:00:00 2001 From: glepnir Date: Sat, 15 Jun 2024 15:32:22 +0200 Subject: patch 9.1.0490: minor style problems with patch 9.1.0487 Problem: minor style problems with patch 9.1.0487 Solution: use shown_compl instead of after_first_compl variable (glepnir) closes: #15008 Signed-off-by: glepnir Signed-off-by: Christian Brabandt fix(completion): use exist shown_compl instead after_first_compl --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index f153bfb07e..a13c31c6a2 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 490, /**/ 489, /**/ -- cgit v1.2.3