commit | 203ec7760d255d9f92950c8779ddfc587d7896e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:43:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:43:43 2020 +0200 |
tree | e793725ed09467a01a1012bcfe1effea44fe7c39 | |
parent | f5be8cdb77786f93c23237d7d8162feca92067e2 [diff] [blame] |
patch 8.2.1228: scrollbars not flush against the window edges when maximised Problem: Scrollbars not flush against the window edges when maximised. Solution: Add padding. (Ken Takata, closes #5602, closes #6466)
diff --git a/src/version.c b/src/version.c index d585377..388cd16 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1228, +/**/ 1227, /**/ 1226,