summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-27 11:55:08 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-27 11:55:08 +0200
commit86ef815959d18961a3d21cee07ab724e618d3a7b (patch)
treeb5039a1ec7ad36b69e101b52645040b88a2e929b /src/version.c
parent92917069b1a89e0e6c253a585dfe0a19cc2c0699 (diff)
patch 9.1.0377: Formatting text wrong when 'breakindent' is setv9.1.0377
Problem: formatting text wrong when 'breakindent' is set (Gary Johnson) Solution: temporarily disable 'breakindent' option when formatting text, so that the breakindent is not wrongly taken into account for the line length fixes: #14630 closes: #14637 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 cac24ffb5a..71e56a223f 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 */
/**/
+ 377,
+/**/
376,
/**/
375,