summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-11 17:16:19 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-11 17:16:19 +0100
commitefabd7c8d4f733350364356b8950a11f013aec49 (patch)
tree4f98be4825f10911b6eb520904c0fafd2bcf745e /src/version.c
parentb614b284ee06523511308f8381b47db34d921d39 (diff)
patch 9.1.0097: 'breakindent' behaves inconsistently with 'list' and splitsv9.1.0097
Problem: 'breakindent' behaves inconsistently with 'list' and splits. Solution: Use 'listchars' from the correct window and handle caching properly. Move cheaper comparisons to the top. (zeertzjq) closes: #14008 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 dbbb913051..98cb8bc9bb 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 */
/**/
+ 97,
+/**/
96,
/**/
95,