diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-29 02:40:25 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-12 17:39:07 +0200 |
commit | a0c7e35eeed489840f1d063b3b8265d01024e340 (patch) | |
tree | a4770dc928e5061e8d713e22b2948c8e229349f9 /src/nvim/version.c | |
parent | cddd4e613e2fefaa1c3fe8c20617f5ee02845617 (diff) | |
download | rneovim-a0c7e35eeed489840f1d063b3b8265d01024e340.tar.gz rneovim-a0c7e35eeed489840f1d063b3b8265d01024e340.tar.bz2 rneovim-a0c7e35eeed489840f1d063b3b8265d01024e340.zip |
vim-patch:8.0.0524
Problem: Folds are messed up when 'encodin' is "utf-8".
Solution: Also set the fold character when it's not multi-byte.
https://github.com/vim/vim/commit/8da1e6cedf839902e15987a98733ebd31b5f1b81
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b6386049bf..a1655f1caa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -428,7 +428,7 @@ static const int included_patches[] = { // 527, // 526, // 525, - // 524, + 524, // 523, // 522, // 521, |