commit | 15a1c3fdc19499c267e4dc664aa0de9d65a08cad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 18:56:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 18:56:25 2018 +0200 |
tree | 2f254bb85d7844b5ecc08344751fc5649e2e8943 | |
parent | 8fbaeb195d9298c3a2a80300b5f96f1adddd2f59 [diff] [blame] |
patch 8.0.1642: running Vim in terminal fails with two windows Problem: Running Vim in terminal fails with two windows. Solution: Pass the number of rows to RunVimInTerminal().
diff --git a/src/version.c b/src/version.c index 3295eb0..c648d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1642, +/**/ 1641, /**/ 1640,