commit | bffba7f7042f6082e75b42484b15f66087b01941 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 17:00:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 17:00:17 2019 +0200 |
tree | 3fcb97d519845afa946d27dbd41b03456a2d33c8 | |
parent | 589edb340454e7f1b19358f129287a636d53d0e1 [diff] [blame] |
patch 8.1.2060: "precedes" in 'listchars' not used properly Problem: "precedes" in 'listchars' not used properly. Solution: Correctly handle the "precedes" char in list mode for long lines. (Christian Brabandt, closes #4953)
diff --git a/src/version.c b/src/version.c index eb2631d..76873d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2060, +/**/ 2059, /**/ 2058,