commit | bd087ae8f07f026bbd179911830027ff92f42c01 | [log] [tgz] |
---|---|---|
author | smjonas <jonas.strittmatter@gmx.de> | Thu Jun 22 12:41:19 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 12:41:19 2023 +0100 |
tree | 3ae07e9a2666a61b64ea5641d170129271b3445c | |
parent | c12e4eecbb26cedca96e0810d3501043356eebaa [diff] [blame] |
patch 9.0.1644: not all filetype file name matches are tested Problem: Not all filetype file name matches are tested. Solution: Add more file names to test with. (Jonas Strittmatter, closes #12569)
diff --git a/src/version.c b/src/version.c index c5aa47a..5ad3b34 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1644, +/**/ 1643, /**/ 1642,