commit | 38ea5bda2b699d91e339fb116d96e3a4f2e69c89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 20:09:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 20:09:14 2022 +0100 |
tree | 655c317d76a37597c4c6b80223f857b93b4ea803 | |
parent | 57e95179abdd851cb2d0c06d4f973575a768e3bb [diff] [blame] |
patch 9.0.0232: test with BufNewFile autocmd is flaky Problem: Test with BufNewFile autocmd is flaky. Solution: Use another file name.
diff --git a/src/version.c b/src/version.c index 9b98edc..0943fc1 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 232, +/**/ 231, /**/ 230,