commit | 66f83111520f299e688eb15e3cb95ec1fa10ba10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 16:06:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 16:06:12 2019 +0200 |
tree | 8f915f35a26deee56cb86a3ef77582f999af2a0d | |
parent | bb8476be871811e40ddc88c598d9e553aba7fb79 [diff] [blame] |
patch 8.1.1263: mouse clicks in WinBar not tested Problem: Mouse clicks in WinBar not tested. Solution: Add a test for clicking on the WinBar entries.
diff --git a/src/version.c b/src/version.c index 07f3962..f5faef3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1263, +/**/ 1262, /**/ 1261,