commit | 8b89614e69b9b2330539d0482e44f4724053e780 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 15:05:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 15:05:05 2020 +0200 |
tree | bd5fc52f3c86d02be678746252ca12e1c863f49d | |
parent | ad486a0f0dd194826fdb733516bf0f35382c9dd7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 70d90c5..f34402d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1353, +/**/ 1352, /**/ 1351,