commit | eba13e4ea28f133ff65f6b426428f49a9bd711b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 17:47:23 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 17:47:23 2021 +0100 |
tree | 81eb39f4c0abe6ea3e988046fcf56941943c514f | |
parent | bc327ccc3dd408463fc74266f57b879888a13e51 [diff] [blame] |
patch 8.2.2545: errors and crash when terminal window is zero height Problem: Errors and crash when terminal window is zero height. (Leonid V. Fedorenchik) Solution: Do not resize when width or height is zero. (closes #7890)
diff --git a/src/version.c b/src/version.c index aa6d343..dda530a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2545, +/**/ 2544, /**/ 2543,