commit | 711f02da6559a3557a9d626d5923c6ea17bd1477 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 13:14:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 13:14:28 2019 +0200 |
tree | dcf72e2e4488e992c98903f0f8527eab326c3859 | |
parent | b3de6c4a769986e6eb4e228519a6483d2999ad8f [diff] [blame] |
patch 8.1.1272: click on WinBar of other window not tested Problem: Click on WinBar of other window not tested. Solution: Add a test case.
diff --git a/src/version.c b/src/version.c index 0fa3c41..db12cd3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,