commit | 4cd583c6da08ce2f87e1c07b6490a74bb3c3d0c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 05:13:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 05:13:57 2019 +0200 |
tree | 69d196edbe6544f3c902c5000b21bbb96d313bbd | |
parent | 6efd76ae4a5cb60facd261abd5d64800ec96402d [diff] [blame] |
patch 8.1.1600: cannot specify highlighting for popup window scrollbar Problem: Cannot specify highlighting for popup window scrollbar. Solution: Add "scrollbarhighlight" and "thumbhighlight" options.
diff --git a/src/version.c b/src/version.c index eada179..b34071e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1600, +/**/ 1599, /**/ 1598,