commit | bd42b31780794fa751597cf3aa4d1d01889b1494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 16:35:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 16:35:34 2019 +0200 |
tree | 2263fcb0f0396a6bccf1d79b78150c2d111d0a64 | |
parent | b4207474780569bcc9840e03f13edb5d9c2554f5 [diff] [blame] |
patch 8.1.1666: click in popup window scrollbar with border doesn't scroll Problem: Click in popup window scrollbar with border doesn't scroll. Solution: Correct column for the border. (Naruhiko Nishino, closes #4650)
diff --git a/src/version.c b/src/version.c index 9d012bd..f274cef 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1666, +/**/ 1665, /**/ 1664,