commit | c136af29c0b1939076fbae7d36afd90dce740315 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 04 20:15:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 04 20:15:38 2018 +0200 |
tree | 8513e2fab04112190824d6cd2f308a01acbe58f6 | |
parent | 606cb8b08ed510962fcdc8ef1abcc1fe35fbffef [diff] [blame] |
patch 8.0.1790: 'winfixwidth' is not always respected by :close Problem: 'winfixwidth' is not always respected by :close. Solution: Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 9d00e46..467b14e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1790, +/**/ 1789, /**/ 1788,