1
0
forked from aniani/vim

patch 8.2.2632: not all command line arguments are tested

Problem:    Not all command line arguments are tested.
Solution:   Add tests for -D and -serverlist. (Dominique Pellé, closes #7992)
This commit is contained in:
Bram Moolenaar
2021-03-20 22:16:56 +01:00
parent a0c8aea479
commit c5cf369e95
3 changed files with 25 additions and 0 deletions

View File

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