commit | 71b29640669872b0209985fc5a3b447de62a4cf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 21:24:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 21:24:56 2017 +0200 |
tree | f0e92ef313060e19f36fd7f7f35880ba824a93e3 | |
parent | d326ad6e93604222c64bae51f47521fe9114d1ea [diff] [blame] |
patch 8.0.1126: endless resize when terminal showing in two buffers Problem: Endless resize when terminal showing in two buffers. (Hirohito Higashi) Solution: Set a flag to prevent resizing the window.
diff --git a/src/version.c b/src/version.c index d24c854..8cbabc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1126, +/**/ 1125, /**/ 1124,