commit | 21456cdccbdf9d222938139769f1abe95b8effdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 13 21:29:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 13 21:29:32 2020 +0100 |
tree | d5d71fb7b621390690e1495e296da3f91d94eca1 | |
parent | 3dd64608f6183a49c6854652017b928556224935 [diff] [blame] |
patch 8.2.0253: crash when using :disassamble without argument Problem: Crash when using :disassamble without argument. (Dhiraj Mishra) Solution: Check for missing argument. (Dominique Pelle, closes #5635, closes #5637)
diff --git a/src/version.c b/src/version.c index 8ebbf49..0499e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 253, +/**/ 252, /**/ 251,