diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-29 02:26:21 +0200 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-08-14 07:45:49 +0800 |
commit | dfd45f26f14179c6a4c75f06814c0ff6c0792349 (patch) | |
tree | b2c3b92f10be447d5312e37715d5dab7b42e5b79 /src/nvim/version.c | |
parent | 5e66c429e33db1c9a272c273cb3ad95c9bf64627 (diff) | |
download | rneovim-dfd45f26f14179c6a4c75f06814c0ff6c0792349.tar.gz rneovim-dfd45f26f14179c6a4c75f06814c0ff6c0792349.tar.bz2 rneovim-dfd45f26f14179c6a4c75f06814c0ff6c0792349.zip |
vim-patch:8.0.0126
Problem: Display problem with 'foldcolumn' and a wide character.
(esiegerman)
Solution: Don't use "extra" but an allocated buffer. (Christian Brabandt,
closes vim/vim#1310)
https://github.com/vim/vim/commit/6270660611a151c5d0f614a5f0248ccdc80ed971
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 69d5cb8e8d..ca1d64ac56 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -826,7 +826,7 @@ static const int included_patches[] = { // 129 NA // 128, 127, - // 126, + 126, // 125, 124, // 123 NA |