commit | 6600447c7b0a1be3a64d07a318bacdfaae0cac4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 16:36:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 16:36:35 2022 +0000 |
tree | d95ddfe17a9666dd6db6fd80e9adb0bdef42a615 | |
parent | 4c8d2f02b3ce037bbe1d5ee12887e343c6bde88f [diff] [blame] |
patch 9.0.0864: crash when using "!!" without a previous shell command Problem: Crash when using "!!" without a previous shell command. Solution: Check "prevcmd" is not NULL. (closes #11487)
diff --git a/src/version.c b/src/version.c index 64ed648..a0c4371 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 864, +/**/ 863, /**/ 862,