commit | 5ac4b1a24e3ba52698a0d24b22cdd2e1c7895417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 10:28:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 10:28:19 2022 +0100 |
tree | 0146ab05274222cd5a004dac0b2bdfa74ff852e9 | |
parent | 3ec3b8e92da8299bcbfd851fa76fccf5403e4097 [diff] [blame] |
patch 9.0.0149: test for fuzzy completion fails sometimes Problem: Test for fuzzy completion fails sometimes. Solution: Use a more specific file name to minimize the chance of matching a random directory name. (closes #10854)
diff --git a/src/version.c b/src/version.c index e32b809..acecc11 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 149, +/**/ 148, /**/ 147,