commit | a79fd56923744e331b3a5badbf9186100818fb45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 20 20:47:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 20 20:47:32 2018 +0100 |
tree | ea2f0dfa4cc226159d5917f129e42bc716f4e9bb | |
parent | 6dc6703295362e0d4b81a3eceae6b0dd229b5d7e [diff] [blame] |
patch 8.1.0611: crash when using terminal with long composing characters Problem: Crash when using terminal with long composing characters. Solution: Make space for all characters. (Yasuhiro Matsumoto, closes #3619, closes #3703)
diff --git a/src/version.c b/src/version.c index 3c194ae..99513d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 611, +/**/ 610, /**/ 609,