commit | 42e931b0f52679d51de1a3832d1f2481512408fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 19:08:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 04 19:08:50 2019 +0100 |
tree | e676374b9d65eea58fe174b7dca1b08691de3fc0 | |
parent | 85db5475982e166ec5bb1c8c9a5c8bf062d49ed1 [diff] [blame] |
patch 8.1.2386: 'wincolor' is not used for 'listchars' Problem: 'wincolor' is not used for 'listchars'. Solution: Combine the colors. (closes #5308)
diff --git a/src/version.c b/src/version.c index abe541b..69fc8ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2386, +/**/ 2385, /**/ 2384,