summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-30 12:30:19 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-30 12:30:19 +0100
commitd25f003342aca9889067f2e839963dfeccf1fe05 (patch)
tree86676c2d731a231f44a6b35fc4ccbda15fa8163e /src/version.c
parentb0375d466e5ca57dca71995c342870b3226d8115 (diff)
patch 9.0.0011: reading beyond the end of the line with put commandv9.0.0011
Problem: Reading beyond the end of the line with put command. Solution: Adjust the end mark position.
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 c2726aa77e..11fd817ed0 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 */
/**/
+ 11,
+/**/
10,
/**/
9,