commit | 91478ae49a1b2dc1de63821db731a343e855dcc0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:58:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:58:13 2021 +0100 |
tree | 1712c04276688e7664769ca084a5f9a4f76d7ac4 | |
parent | 148be9bc1cca16ce47ad21563f5835682001f9a2 [diff] [blame] |
patch 8.2.2454: leading space can not be made visible Problem: Leading space can not be made visible. Solution: Add "lead:" to 'listchars'. (closes #7772)
diff --git a/src/version.c b/src/version.c index 679f3a5..9eb0f5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2454, +/**/ 2453, /**/ 2452,