commit | fe6e7618b4d05cb91679dbf7ed5983c95ff5b6a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 20:57:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 20:57:20 2019 +0200 |
tree | bbf71782722b12f823d9335a7cd8ce1e0573c44c | |
parent | c1f87c9a31e0c91f2d936661e1c4df8e12e19766 [diff] [blame] |
patch 8.1.1907: wrong position for info popup with scrollbar on the left Problem: Wrong position for info popup with scrollbar on the left. Solution: Take the scrollbar into account.
diff --git a/src/version.c b/src/version.c index 6d5f96e..41d4d3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1907, +/**/ 1906, /**/ 1905,