commit | cfcc022c54e66b317ddcc8a807977230b056a542 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 17:13:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 17:13:48 2017 +0200 |
tree | 88672e2617aff4cd3ba477f5c2ea5c0c18b0b132 | |
parent | 35422f45ba01806d357994f18cb9af64980c67e6 [diff] [blame] |
patch 8.0.0868: cannot specify the terminal size on the command line Problem: Cannot specify the terminal size on the command line. Solution: Use the address range for the terminal size. (Yasuhiro Matsumoto, closes #1941)
diff --git a/src/version.c b/src/version.c index d3b3215..a721d42 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 868, +/**/ 867, /**/ 866,