summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-27 11:33:24 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-27 11:33:24 +0200
commit340643e9779a96710a27d0eeef24f2c08b8967c4 (patch)
treec89f719cb4a0467976ee69e12c2adc390ee3b1a6 /src/version.c
parent93df2285a0c0f58f752b696bb1ee56f7ae6e528a (diff)
patch 9.1.0375: tests: 1-second delay after Test_BufEnter_botline()v9.1.0375
Problem: tests: 1-second delay after Test_BufEnter_botline() (after v9.1.0374) Solution: Wipe the created buffers (zeertzjq). closes: #14647 Signed-off-by: zeertzjq <zeertzjq@outlook.com> 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 2bd0667899..c000e5989b 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 */
/**/
+ 375,
+/**/
374,
/**/
373,