commit | da58134eedf43ae4b9013c93ecbdf55e4da4b8a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 17:57:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 17:57:32 2020 +0200 |
tree | ae62af83a9a4a6745dd59bf42e8109d36c2d0701 | |
parent | 23c55273739b2fb09912140e2e03a4b8ff15dd04 [diff] [blame] |
patch 8.2.1030: reducing size of a terminal window may cause a crash Problem: Reducing size of a terminal window may cause a crash. Solution: Make sure the row and column don't become negative. (closes #6273)
diff --git a/src/version.c b/src/version.c index b4e7482..aff20e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1030, +/**/ 1029, /**/ 1028,