commit | f8191c5f07c650b75b85c5a5b3d000fd5cae1643 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 18 17:22:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 18 17:22:54 2019 +0200 |
tree | 18586c2489fa838bfd86ba38459bd0e44b31399b | |
parent | bd2d68c2f42c7689f681aeaf82606d17f8a0312f [diff] [blame] |
patch 8.1.1348: running tests may cause the window to move Problem: Running tests may cause the window to move. Solution: Correct the reported window position for the offset with the position after ":winpos". Works around an xterm bug.
diff --git a/src/version.c b/src/version.c index 6166c15..a658c5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1348, +/**/ 1347, /**/ 1346,