commit | cc762a48d42b579fb7bdec2c614636b830342dd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 13:03:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 13:03:31 2022 +0000 |
tree | 49df7955693638be976b8349ce34346402f29fa6 | |
parent | ad85af5b384d8d36d7bd3e9b4086190d3a40ab15 [diff] [blame] |
patch 9.0.0947: invalid memory access in substitute with function Problem: Invalid memory access in substitute with function that goes to another file. Solution: Check for text locked in CTRL-W gf.
diff --git a/src/version.c b/src/version.c index 0c3194c..5686005 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 947, +/**/ 946, /**/ 945,