diff src/version.c @ 35746:b754f178e40f v9.1.0601

patch 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit Commit: https://github.com/vim/vim/commit/b5d6b5caac752fe15856e37fd3abc5459292d4b8 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Jul 18 21:13:31 2024 +0200 patch 9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit Problem: Wrong cursor position with 'breakindent' when a double-width character doesn't fit in a screen line (mikoto2000) Solution: Include the width of the 'breakindent' properly. (zeertzjq) fixes: #15289 closes: #15290 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Jul 2024 21:30:04 +0200
parents 223b3a51685e
children ca987bbcaf12
line wrap: on
line diff
--- 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 */
 /**/
+    601,
+/**/
     600,
 /**/
     599,