From e746a4d9fc69623290189f867a575d3b5a2920fa Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 15:48:21 +0000 Subject: [PATCH] Stop showing leading spaces --- vimrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index 9974878..ebe0f8a 100644 --- a/vimrc +++ b/vimrc @@ -187,9 +187,9 @@ if has('patch-7.3.541') endif if has('patch-8.1.0759') - set listchars+=tab:┆   + set listchars+=tab:┆┄> else - set listchars+=tab:┆  + set listchars+=tab:┆┄ endif if has('patch-8.1.1564') @@ -198,10 +198,6 @@ else set signcolumn=yes endif -if has('patch-8.2.2454') - set listchars+=lead:· -endif - if has('printer') set printheader=%t%h%m%=Page\ %N set printoptions=paper:A4,number:y,syntax:n