summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-27 19:08:53 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-27 19:08:53 +0100
commit23627722d36b49e38ba6f8dc6bb3ebe19c98a83b (patch)
treee4c8e30c76559504779d2c5b130c8981bb42cc74 /src/version.c
parent92feeaffc291d3247fd7c591c5ee4ec1b6c957ec (diff)
patch 9.0.2187: Visual not drawn with 'breakindent' when line doesn't fitv9.0.2187
Problem: Visual selection isn't drawn with 'breakindent' when the line doesn't fit in the window (Jaehwang Jung) Solution: Adjust wlv->fromcol also for 'breakindent' (zeertzjq) closes: #13767 closes: #13768 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 5446a5264e..f7dc49bfe5 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 */
/**/
+ 2187,
+/**/
2186,
/**/
2185,