commit | 8caef443b2a71b937061399a216bcfa854aed33d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 17:30:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 17:30:04 2019 +0200 |
tree | 68df8f4f8cc0dfe1e1d1e5907c9ed8d6fcacfcef | |
parent | bedf091a951bdcd5f9f13839c0aaf2e395a635f6 [diff] [blame] |
patch 8.1.1266: winbar test doesn't test enough Problem: Winbar test doesn't test enough. Solution: Check that the WinBar actually shows up. Correct check for clicks with no effect. (Ben Jackson, closes #4338)
diff --git a/src/version.c b/src/version.c index 3edde60..8458a81 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1266, +/**/ 1265, /**/ 1264,