commit | 177847e67a495f80a15b6dfd0a3fcd151b44249e | [log] [tgz] |
---|---|---|
author | Julien Voisin <jvoisin@google.com> | Thu Apr 07 16:01:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 16:01:13 2022 +0100 |
tree | fb8f245fd0e3731575d360f79ed3eb275091789e | |
parent | 8c9796085071950f9a03ca0fe116608e4f86aac2 [diff] [blame] |
patch 8.2.4708: PHP test files are not recognized Problem: PHP test files are not recognized. Solution: Add the *.phpt pattern. (Julien Voisin, closes #10112)
diff --git a/src/version.c b/src/version.c index bd63e93..a7bfece 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4708, +/**/ 4707, /**/ 4706,