summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-11 21:51:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-11 21:51:23 +0200
commit08d384ff3aa0366c18fb87ed215b1b4bdf9b1745 (patch)
tree82bc9560e86e147774f27b096124968385c07434 /src/version.c
parent89e06c807ac63030dd163092e1c58f9ce350aeee (diff)
patch 8.0.0908: cannot set terminal size with optionsv8.0.0908
Problem: Cannot set terminal size with options. Solution: Add "term_rows", "term_cols" and "vertical".
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 40515883ce..acc855c874 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 908,
+/**/
907,
/**/
906,