commit | d1f8fd59074d9c8b4d00ccdea77726a9195e0be4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:51:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:51:25 2022 +0100 |
tree | 95d7e184bbac54e77be2bdc55349d757a5d3745e | |
parent | efdfb0c5eeedb625cdfa3f9fe6e480d18ea7c6cb [diff] [blame] |
patch 9.0.0292: test causes another test to fail Problem: Test causes another test to fail. Solution: Redraw to remove the popup window
diff --git a/src/version.c b/src/version.c index cb54364..4ff578f 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 292, +/**/ 291, /**/ 290,