commit | 8ecfa2c56b4992c7f067b92488aa9acea5a454ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 13:07:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 13:07:22 2022 +0100 |
tree | f79aedf5dddb4c60237419c1f18b8e3b2ca09a9d | |
parent | 8eaee1fa5c0ce474132a04e1b70b73c49c41cc45 [diff] [blame] |
patch 9.0.0530: using freed memory when autocmd changes mark Problem: Using freed memory when autocmd changes mark. Solution: Copy the mark before editing another buffer.
diff --git a/src/version.c b/src/version.c index 555adf5..cefa82a 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 530, +/**/ 529, /**/ 528,