diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-26 20:51:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-26 20:51:43 +0100 |
commit | 72749f062f15c7147f512bc581695c25ad78fb4e (patch) | |
tree | bb9e01fbe6711c6159626b11bfe5e8099ba6cff7 /src/version.c | |
parent | 83d4790a04780328c9c7ad22d18f404a27c11601 (diff) | |
download | vim-git-72749f062f15c7147f512bc581695c25ad78fb4e.tar.gz |
patch 8.2.0456: Test_confirm_cmd is flakyv8.2.0456
Problem: Test_confirm_cmd is flaky.
Solution: Add a term_wait() call. (closes #5854)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 51e9e3706..2d29430b5 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 456, +/**/ 455, /**/ 454, |