commit | 378daf87d380b9f3c4f822786dfbfdcad9ca2db9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 23:58:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 23 23:58:28 2017 +0200 |
tree | aff01af57c453062a3023b9e7a6a3f3398316798 | |
parent | 96e7a6ee4569526c71b1e89f641526775831ac63 [diff] [blame] |
patch 8.0.1142: window toolbar menu gets a tear-off item Problem: Window toolbar menu gets a tear-off item. Solution: Recognize the window toolbar.
diff --git a/src/version.c b/src/version.c index 6416490..14edfe4 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1142, +/**/ 1141, /**/ 1140,