summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-03-05 20:43:25 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-05 20:43:25 +0100
commita72d1be5a9984709fc66f460b443ad4a38506113 (patch)
tree91d4d2520a8591d46c665886d2006be7947b6455 /src/version.c
parent4bb505e28cac0389561fff78d8bbe0319c2bcf2f (diff)
patch 9.1.0151: ml_get_buf_len() does not consider text propertiesv9.1.0151
Problem: ml_get_buf_len() does not consider text properties (zeertzj) Solution: Store text length excluding text properties length in addition in the memline related #14123 closes: #14133 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 8c48034e7a..ae5d17a1a8 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 */
/**/
+ 151,
+/**/
150,
/**/
149,