diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-29 20:38:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-29 20:38:59 +0200 |
commit | 8da1e6cedf839902e15987a98733ebd31b5f1b81 (patch) | |
tree | 39e31f70f01f9a64d478f99eb7f1ebf9ba6ab1e7 /src/version.c | |
parent | bf3d58073f7b34b2d65d1d08a728d1164e03cceb (diff) | |
download | vim-git-8.0.0524.tar.gz |
patch 8.0.0524: folds messed upv8.0.0524
Problem: Folds are messed up when 'encodin' is "utf-8".
Solution: Also set the fold character when it's not multi-byte.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c3f118936..f490deba1 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 524, +/**/ 523, /**/ 522, |