commit | e6f13b473cf2c270e4eab214e09be9825320c11b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat May 28 10:49:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 10:49:44 2022 +0100 |
tree | 3905eaf26b380ff2304fb3679280bd98fa01bdd1 | |
parent | 5a6ec10cc80ab02eeff644ab19b82312630ea855 [diff] [blame] |
patch 8.2.5035: when splitting a window the changelist position moves Problem: When splitting a window the changelist position moves. Solution: Set the changelist index a bit later. (closes #10493)
diff --git a/src/version.c b/src/version.c index adfd87b..0a09044 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5035, +/**/ 5034, /**/ 5033,