commit | 08d384ff3aa0366c18fb87ed215b1b4bdf9b1745 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 21:51:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 21:51:23 2017 +0200 |
tree | 82bc9560e86e147774f27b096124968385c07434 | |
parent | 89e06c807ac63030dd163092e1c58f9ce350aeee [diff] [blame] |
patch 8.0.0908: cannot set terminal size with options Problem: Cannot set terminal size with options. Solution: Add "term_rows", "term_cols" and "vertical".
diff --git a/src/version.c b/src/version.c index 4051588..acc855c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 908, +/**/ 907, /**/ 906,