From 91478ae49a1b2dc1de63821db731a343e855dcc0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 3 Feb 2021 15:58:13 +0100 Subject: 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) --- src/screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index 60544b6e9..cd727edb8 100644 --- a/src/screen.c +++ b/src/screen.c @@ -4775,6 +4775,7 @@ set_chars_option(char_u **varp) {&lcs_space, "space"}, {&lcs_tab2, "tab"}, {&lcs_trail, "trail"}, + {&lcs_lead, "lead"}, #ifdef FEAT_CONCEAL {&lcs_conceal, "conceal"}, #else -- cgit v1.2.1