commit | b0745b221d284e381f1bd4b591cd68ea54b6a51d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 22:28:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 22:28:11 2019 +0100 |
tree | 7dcb9c03cfc28c3c84359d9f04ec2d41d1173f2c | |
parent | dbd4316806389e3c2240b48cc6c4d209cb1665fd [diff] [blame] |
patch 8.1.2280: crash when passing partial to substitute() Problem: Crash when passing partial to substitute(). Solution: Take extra arguments into account. (closes #5186)
diff --git a/src/version.c b/src/version.c index a38d335..2d79cbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2280, +/**/ 2279, /**/ 2278,