commit | 8a0dcf43305586853f452a77fa295b0c8d54b463 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 15:14:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 15:14:45 2020 +0200 |
tree | ccf2c0ebb8744b84c55ca4c199f4d56708b6f7d6 | |
parent | 4140c4f3fff1a441f2837f2f911ab0f0368e412a [diff] [blame] |
patch 8.2.1621: crash when using submatch(0, 1) in substitute() Problem: Crash when using submatch(0, 1) in substitute(). Solution: Increment reference count. (closes #6887)
diff --git a/src/version.c b/src/version.c index 36416ef..cf7de76 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1621, +/**/ 1620, /**/ 1619,