commit | df4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 19:54:42 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 19:54:42 2021 +0100 |
tree | 70718d77323e92f36c1363c4a3cf56cdbcbbba24 | |
parent | 82be4849eed0b8fbee45bc8da99b685ec89af59a [diff] [blame] |
patch 8.2.2329: not all ways Vim can be started are tested Problem: Not all ways Vim can be started are tested. Solution: Add a test for different program names. (Dominique Pellé, closes #7651)
diff --git a/src/version.c b/src/version.c index f56da43..2a6e1da 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2329, +/**/ 2328, /**/ 2327,