summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-01 13:15:35 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-01 13:15:35 +0100
commitc2a79b87fc31080ba24394c0b30bab45f1bea852 (patch)
treed1e0d8e9da64ac9d992d13b25dc52c0cedf30780 /src/version.c
parent79ae152697ed0dfa578cfac305d05021dec2a6bc (diff)
patch 9.0.0016: comparing line pointer for 'breakindent' is not reliablev9.0.0016
Problem: Comparing line pointer for 'breakindent' is not reliable. Solution: Make a copy of the line.
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 4e2389eb2f..5b737e1bc6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 16,
+/**/
15,
/**/
14,