commit | 42a5b5a6d0d05255b9c464abe71f29c7677b5833 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri May 24 07:39:34 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri May 24 07:39:34 2024 +0200 |
tree | bc505f4026a623ad3dc794d95d54d8e390c7d9d8 | |
parent | 3074137542961ce7b3b65c14ebde75f13f5e6147 [diff] [blame] |
patch 9.1.0439: Cannot filter the history Problem: Cannot filter the history Solution: Implement :filter :history closes: #14835 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index ac1a1f4..f6a7db8 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 439, +/**/ 438, /**/ 437,