1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-13 21:29:32 +01:00
parent 3dd64608f6
commit 21456cdccb
4 changed files with 15 additions and 2 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
253,
/**/
252,
/**/