commit | fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 13:55:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 13:55:03 2022 +0000 |
tree | 86ffe251685328147fe61283f2e1aba0c7eb0707 | |
parent | 8164f6ea3cd675d0c22b058d71df2454fa108a35 [diff] [blame] |
patch 8.2.4309: Vim9: crash when using a partial in the wrong context Problem: Vim9: crash when using a partial in the wrong context. Solution: Don't use an NULL outer pointer. (closes #9706)
diff --git a/src/version.c b/src/version.c index 4c48d5f..37d653d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4309, +/**/ 4308, /**/ 4307,