summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-20 14:00:31 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-20 14:00:31 +0200
commitc95e64f41f7f6d1bdc95b047ae9b369743c8637b (patch)
tree1d65603d5a4dee278f40c0c241057c113885578b /src/version.c
parent22029edb6c7b2cb146668354daad60bfe59eaac1 (diff)
patch 9.1.0423: getregionpos() wrong with blockwise mode and multibytev9.1.0423
Problem: getregionpos() wrong with blockwise mode and multibyte. Solution: Use textcol and textlen instead of start_vcol and end_vcol. Handle coladd properly (zeertzjq). Also remove unnecessary buflist_findnr() in add_regionpos_range(), as getregionpos() has already switched buffer. closes: #14805 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 ce9627b449..d6f028d42a 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 */
/**/
+ 423,
+/**/
422,
/**/
421,