]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0868: cannot specify the terminal size on the command line v8.0.0868
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 15:13:48 +0000 (17:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 15:13:48 +0000 (17:13 +0200)
commitcfcc022c54e66b317ddcc8a807977230b056a542
tree88672e2617aff4cd3ba477f5c2ea5c0c18b0b132
parent35422f45ba01806d357994f18cb9af64980c67e6
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)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c