summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-06-15 15:32:22 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-15 15:32:22 +0200
commit105f741fac1b3242909c3c69384f00e4dcd9356e (patch)
treef63779208eccb8e1a352c6d09a1dfa9b23d725f4 /src/version.c
parentaced8c2f4fd1cf3f8ac7cdb0dd54d19ef4390ef8 (diff)
patch 9.1.0490: minor style problems with patch 9.1.0487v9.1.0490
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 <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org> fix(completion): use exist shown_compl instead after_first_compl
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 f153bfb07e..a13c31c6a2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 490,
+/**/
489,
/**/
488,