commit | e08aee60abc59f517d3e263fdb9ba4a0196d507c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 21:53:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 21:53:58 2021 +0100 |
tree | c3642a1a0df680560697deed56def42ef404445b | |
parent | 39c47c310487b72bc78ff197b5a068a0bcf830de [diff] [blame] |
patch 8.2.3532: the previous '' mark is restored after moving the cursor Problem: The previous '' mark is restored after moving the cursor to the original jump position. (Tony Chen) Solution: Forget the previous position after checking. (closes #8985)
diff --git a/src/version.c b/src/version.c index fbae019..53b902a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3532, +/**/ 3531, /**/ 3530,