diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-17 14:10:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-17 14:10:56 +0200 |
commit | 69cbbecf548f390197259ca30cfe147c3e59ce5a (patch) | |
tree | 85d93e5c0dc8578860e1511fc80cc6f8d9a74a9e /src/version.c | |
parent | 315244d85b9b8faae549b1700e8cc2e45eaa68ea (diff) | |
download | vim-git-69cbbecf548f390197259ca30cfe147c3e59ce5a.tar.gz |
patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' setv8.1.1868
Problem: Multibyte characters in 'listchars' don't work correctly if
'linebreak' is also enabled. (Martin Tournoij)
Solution: Make it work correctly. (Christian Brabandt, closes #4822,
closes #4812)
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 a885d9e41..0a36e0a9f 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1868, +/**/ 1867, /**/ 1866, |