summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-09 08:06:52 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-09 08:06:52 +0200
commita040019be68859f0667ae475de8d67bb755596ed (patch)
tree2dec2c9ce8cba38ba5193f778cba9cd59048aef6 /src/version.c
parent34f00dd4abd011ce750e273b747915ae2f3b6e48 (diff)
patch 9.1.0282: Several small issues in doc and testsv9.1.0283
Problem: Wrong doc style for pandoc syntax description, Test_diff_eob_halfpage() may fail depending on screen size, using braces in highlight.c when not necessary Solution: Fix pandoc documentation, make sure the window for the test has 7 lines, remove the braces. 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 27ebd69f4b..dc9f775ff2 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 */
/**/
+ 283,
+/**/
282,
/**/
281,