commit | 420952175a652372affc78c0017d6049f20063c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 21:48:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 21:48:58 2020 +0200 |
tree | de929ef0149a7475eb00fbb8b90d7c354764bf82 | |
parent | c71f36a889897aca4ac2ad3828926e3801728336 [diff] [blame] |
patch 8.2.1264: terminal getwinpos() test is a bit flaky Problem: Terminal getwinpos() test is a bit flaky. Solution: Call getwinpos() a bit later.
diff --git a/src/version.c b/src/version.c index a269082..9b6f1b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1264, +/**/ 1263, /**/ 1262,