From dca57fb54200530a0874c90fab799a689c00c597 Mon Sep 17 00:00:00 2001 From: glepnir Date: Tue, 4 Jun 2024 22:01:21 +0200 Subject: patch 9.1.0466: Missing comments for fuzzy completion Problem: Missing comments for fuzzy completion (after 9.1.0463) Solution: Add more comments, adjust indentation slightly (glepnir) closes: #14910 Signed-off-by: glepnir Signed-off-by: Christian Brabandt --- 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 c3d61998cd..a3fef03732 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 */ +/**/ + 466, /**/ 465, /**/ -- cgit v1.2.3