commit | 825680f5f4ffed5d57fdb283dde5f0ad734605fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 17:04:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 17:04:02 2017 +0200 |
tree | ddc79f2e8bd2be926d92b90111def111a25df5d1 | |
parent | 8f84c3a8666cea04484ec93fa05386bf33f93f5a [diff] [blame] |
patch 8.0.0743: the 'termsize' option can be set to an invalid value Problem: The 'termsize' option can be set to an invalid value. Solution: Check the 'termsize' option to be valid.
diff --git a/src/version.c b/src/version.c index b678ed9..da56b9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 743, +/**/ 742, /**/ 741,