commit | c6cd8409c2993b1476e123fba11cb4b8d743b896 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 14:40:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 14:40:47 2017 +0200 |
tree | 8468d7164d26f4120f70d32710e7160e832c3565 | |
parent | b6fa30ccc39cdb7f1d07b99fe2f4c6b61671dac2 [diff] [blame] |
patch 8.0.0518: bad fold text when a multi-byte char has a zero byte Problem: Storing a zero byte from a multi-byte character causes fold text to show up wrong. Solution: Avoid putting zero in ScreenLines. (Christian Brabandt, closes #1567)
diff --git a/src/version.c b/src/version.c index 1afe3ab..45d6e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 518, +/**/ 517, /**/ 516,