comparison src/version.c @ 21606:66618893eb2a v8.2.1353

patch 8.2.1353: crash when drawing double-wide character in terminal window Commit: https://github.com/vim/vim/commit/8b89614e69b9b2330539d0482e44f4724053e780 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 2 15:05:05 2020 +0200 patch 8.2.1353: crash when drawing double-wide character in terminal window Problem: Crash when drawing double-wide character in terminal window. (Masato Nishihata) Solution: Check getcell() returning NULL. (issue #6141)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Aug 2020 15:15:03 +0200
parents d9c45474cac1
children 24cb89db078d
comparison
equal deleted inserted replaced
21605:e2e607fac96b 21606:66618893eb2a
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 1353,
757 /**/ 759 /**/
758 1352, 760 1352,
759 /**/ 761 /**/
760 1351, 762 1351,
761 /**/ 763 /**/