commit | 8da1e6cedf839902e15987a98733ebd31b5f1b81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 20:38:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 20:38:59 2017 +0200 |
tree | 39e31f70f01f9a64d478f99eb7f1ebf9ba6ab1e7 | |
parent | bf3d58073f7b34b2d65d1d08a728d1164e03cceb [diff] [blame] |
patch 8.0.0524: folds messed up Problem: Folds are messed up when 'encodin' is "utf-8". Solution: Also set the fold character when it's not multi-byte.
diff --git a/src/version.c b/src/version.c index c3f1189..f490deb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 524, +/**/ 523, /**/ 522,