diff src/version.c @ 34338:1451ee5fbe21 v9.1.0102

patch 9.1.0102: settabvar() may change the last accessed tabpage Commit: https://github.com/vim/vim/commit/b47fbb40837512cdd2d8c25eaf9952154836b99d Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Feb 12 22:50:26 2024 +0100 patch 9.1.0102: settabvar() may change the last accessed tabpage Problem: settabvar() may change the last accessed tabpage. Solution: Save and restore lastused_tabpage. (zeertzjq) closes: #14017 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Feb 2024 23:00:04 +0100
parents d2ad8733db75
children 29a814bbb630
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 */
 /**/
+    102,
+/**/
     101,
 /**/
     100,