commit | 7ac5023a5f1a37baafbe1043645f97ba3443d9f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 07 21:05:04 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 07 21:05:04 2023 +0000 |
tree | 44d5a63f1edb33016aba3843cafa7278f3a3ddcb | |
parent | 960dcbd098c761dd623bec9492d5391ff6e8dceb [diff] [blame] |
patch 9.0.1392: using NULL pointer with nested :open command Problem: Using NULL pointer with nested :open command. Solution: Check that ccline.cmdbuff is not NULL.
diff --git a/src/version.c b/src/version.c index 0270abd..9689d8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1392, +/**/ 1391, /**/ 1390,