commit | 3482be6a33c3a00fe1e8e604310ad3034f593045 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 11:00:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 11:00:38 2020 +0100 |
tree | d62e001dd9d50fc10d58d7a63c22aef9ac24531b | |
parent | fccbf068f8c85474db8d8dead1530321d1f3e5b8 [diff] [blame] |
patch 8.2.2058: using mkview/loadview changes the jumplist Problem: Using mkview/loadview changes the jumplist. Solution: Use ":keepjumps". Don't let ":badd" or ":balt" change the jumplist. (closes #7371)
diff --git a/src/version.c b/src/version.c index cebba15..5bf2ef6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2058, +/**/ 2057, /**/ 2056,