]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' lines v8.0.1715
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Apr 2018 10:55:13 +0000 (12:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Apr 2018 10:55:13 +0000 (12:55 +0200)
commit8c94a549051cc4d4cbb8cabd321724a85fe40c23
tree8bf1dca6dea673cd00f71bff48958104e01b005f
parent6e72cd0d7267b9545ef966a53e62706914a96042
patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' lines

Problem:    Terminal buffer can be 1 more than 'terminalscroll' lines.
Solution:   Change > to >=.
src/terminal.c
src/version.c