summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-12 16:35:34 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-12 16:35:34 +0200
commitbd42b31780794fa751597cf3aa4d1d01889b1494 (patch)
tree2263fcb0f0396a6bccf1d79b78150c2d111d0a64 /src/version.c
parentb4207474780569bcc9840e03f13edb5d9c2554f5 (diff)
patch 8.1.1666: click in popup window scrollbar with border doesn't scrollv8.1.1666
Problem: Click in popup window scrollbar with border doesn't scroll. Solution: Correct column for the border. (Naruhiko Nishino, closes #4650)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 9d012bd2d3..f274cef134 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1666,
+/**/
1665,
/**/
1664,