commit | 6daeef1933be68055aabe1d55f8467d46a707753 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:56:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 22:56:49 2017 +0200 |
tree | c39230aa296e11d9ed34767d0c22285d3ae5c0e3 | |
parent | 059db5c29ffef283a4b90bab9228708fa32e3dd2 [diff] [blame] |
patch 8.0.1203: terminal window mistreats composing characters Problem: Terminal window mistreats composing characters. Solution: Count composing characters with the base character. (Ozaki Kiichi, closes #2195)
diff --git a/src/version.c b/src/version.c index 0f4d23b..3214008 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1203, +/**/ 1202, /**/ 1201,