summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-24 07:39:34 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-24 07:39:34 +0200
commit42a5b5a6d0d05255b9c464abe71f29c7677b5833 (patch)
treebc505f4026a623ad3dc794d95d54d8e390c7d9d8 /src/version.c
parent3074137542961ce7b3b65c14ebde75f13f5e6147 (diff)
patch 9.1.0439: Cannot filter the historyv9.1.0439
Problem: Cannot filter the history Solution: Implement :filter :history closes: #14835 Signed-off-by: Christian Brabandt <cb@256bit.org>
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 ac1a1f4f3f..f6a7db8aeb 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 */
/**/
+ 439,
+/**/
438,
/**/
437,