comparison src/version.c @ 20875:88cec48503b8 v8.2.0989

patch 8.2.0989: crash after resizing a terminal window Commit: https://github.com/vim/vim/commit/a6e8bf2d8929ef52eeda495e0e0c3d2bff8f5830 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 16 20:58:07 2020 +0200 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 https://github.com/vim/vim/issues/6273)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jun 2020 21:00:05 +0200
parents 69055d27e85e
children 63c92d1c10bc
comparison
equal deleted inserted replaced
20874:cc48460d0b8f 20875:88cec48503b8
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 989,
757 /**/ 759 /**/
758 988, 760 988,
759 /**/ 761 /**/
760 987, 762 987,
761 /**/ 763 /**/