diff src/version.c @ 34090:f425f4870873 v9.1.0012

patch 9.1.0012: regression with empty inner blocks introduced Commit: https://github.com/vim/vim/commit/3779516988f14f2070d827514c79383334a0946b Author: Maxim Kim <habamax@gmail.com> Date: Fri Jan 5 17:52:49 2024 +0100 patch 9.1.0012: regression with empty inner blocks introduced Problem: regression with empty inner blocks introduced (after v9.1.0007) Solution: Set correct cursor position, Check for visual mode being active (Maxim Kim) relates: #13514 closes: #13819 Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Jan 2024 18:00:04 +0100
parents 90063f44c99a
children ff27442e7851
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 */
 /**/
+    12,
+/**/
     11,
 /**/
     10,