diff src/version.c @ 28413:1170b35651a5 v8.2.4731

patch 8.2.4731: the changelist index is not remembered per buffer Commit: https://github.com/vim/vim/commit/db0ea7f2b00c84d84f188c9e9953c4f1887528e7 Author: LemonBoy <thatlemon@gmail.com> Date: Sun Apr 10 17:59:26 2022 +0100 patch 8.2.4731: the changelist index is not remembered per buffer Problem: The changelist index is not remembered per buffer. Solution: Keep the changelist index per window and buffer. (closes https://github.com/vim/vim/issues/10135, closes #2173)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Apr 2022 19:00:03 +0200
parents 29b30e2376fe
children 813660733869
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4731,
+/**/
     4730,
 /**/
     4729,