commit | 240309c9bfa8a0d2f154712f8e0dd33589f181d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 16:20:37 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 16:20:37 2021 +0100 |
tree | 4ae9d31fba3ab51574fcd93799bee1c5ce6faf23 | |
parent | 77b10ffad4ebad15022614be4db2745f6a90f405 [diff] [blame] |
patch 8.2.2604: GUI-specific command line arguments not tested Problem: GUI-specific command line arguments not tested. Solution: Add tests for several arguments. (Dominique Pellé, closes #7962)
diff --git a/src/version.c b/src/version.c index 14bf96b..b4307fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2604, +/**/ 2603, /**/ 2602,