commit | a6e8bf2d8929ef52eeda495e0e0c3d2bff8f5830 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 20:58:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 20:58:07 2020 +0200 |
tree | 6c315aa0176c618c6bcffb21bd2c9c9aa04b8bfd | |
parent | 84cf6bd81bec93b49166cd48fccc7087fdbaa6fc [diff] [blame] |
patch 8.2.0989: crash after resizing a terminal window Problem: Crash after resizing a terminal window. (August Masquelier) Solution: Add check for valid row in libvterm. (closes #6273)
diff --git a/src/version.c b/src/version.c index e1a41fb..d69b560 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 989, +/**/ 988, /**/ 987,