commit | 9d8d0b5c644ea53364d04403740b3f23e57c1497 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 24 22:47:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 24 22:47:31 2020 +0200 |
tree | 615f9b058821039f8ae1c2cba3f3837500ecc42b | |
parent | 92c461ef1b3b58c7dd4835bc881769f0f84e8ad0 [diff] [blame] |
patch 8.2.0633: crash when using null partial in filter() Problem: Crash when using null partial in filter(). Solution: Fix crash. Add more tests. (Yegappan Lakshmanan, closes #5976)
diff --git a/src/version.c b/src/version.c index 3483a42..81f5a33 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 633, +/**/ 632, /**/ 631,