commit | 762df0477c32065498805e09c15adc468a6cc8ea | [log] [tgz] |
---|---|---|
author | huang06 <tom4996131207@gmail.com> | Wed Aug 24 11:26:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 11:26:16 2022 +0100 |
tree | 1c40dad2eec330f0d4c15541dd3205712e22f8bf | |
parent | dde77a7c4d72622284dc5fb72557bde42c314fa6 [diff] |
patch 9.0.0251: test output shows up in git Problem: Test output shows up in git. Solution: Ignore the "failed" directory. (Yao-Ching Huang, closes #10969)
diff --git a/src/version.c b/src/version.c index a6563d1..1d1de74 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 251, +/**/ 250, /**/ 249,