diff src/version.c @ 17334:1ac1d34bbdbf v8.1.1666

patch 8.1.1666: click in popup window scrollbar with border doesn't scroll commit https://github.com/vim/vim/commit/bd42b31780794fa751597cf3aa4d1d01889b1494 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 16:35:34 2019 +0200 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 https://github.com/vim/vim/issues/4650)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 16:45:05 +0200
parents 61f0bf94ef92
children 81705f4d9e03
line wrap: on
line diff
--- 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,