commit | 3caf1cce2b85a8f24195d057f0ad63082543e99e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 13:05:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 13:05:16 2022 +0100 |
tree | 1a5639a48592a8b4f4880fe53f4c769a8a0e4d88 | |
parent | 4232dff815db1a727cb1aea26783267d8bd731c3 [diff] [blame] |
patch 8.2.4734: getcharpos() may change a mark position Problem: getcharpos() may change a mark position. Solution: Copy the mark position. (closes #10148)
diff --git a/src/version.c b/src/version.c index cf575d1..5e026de 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4734, +/**/ 4733, /**/ 4732,