commit | 552bdca781bd202012224316ffae3439aac83b7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:08:50 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 21:08:50 2023 +0000 |
tree | fcc7acc9a36ad99b9d74635a76d84f7ab688b8da | |
parent | eea0a00811e8e8e3c2d07964ea61795cce5a4665 [diff] [blame] |
patch 9.0.1317: crash when using an unset object variable Problem: Crash when using an unset object variable. Solution: Give an error instead. (closes #12005)
diff --git a/src/version.c b/src/version.c index 6cd2f16..ff0b29e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1317, +/**/ 1316, /**/ 1315,