commit | 949de97da32d4fff28c569387e2ba8b3e311e64d | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Tue Oct 05 19:28:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 19:28:01 2021 +0100 |
tree | 4c0ab6ce76dc9b52b04b089386d4abeff70917f7 | |
parent | 7c25a7c0a129300d0632e5b99ccefdca9bf3ffa2 [diff] [blame] |
patch 8.2.3480: test does not fail without the fix for a crash Problem: Test does not fail without the fix for a crash. Solution: Write the bad code in a file and source it. (Dominique Pellé, closes #8961)
diff --git a/src/version.c b/src/version.c index 96e7606..70f363a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3480, +/**/ 3479, /**/ 3478,