From 01059017c1713e59bc80fa249a528f7878e8e4b9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 11 Mar 2021 00:17:14 +0800 Subject: [PATCH] Change how non-breakable space is shown --- core/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/options.vim b/core/options.vim index 8a5d5f3..9423649 100644 --- a/core/options.vim +++ b/core/options.vim @@ -93,7 +93,7 @@ set visualbell noerrorbells " Do not use visual and errorbells set history=500 " The number of command and search history to keep " Use list mode and customized listchars -set list listchars=tab:▸\ ,extends:❯,precedes:❮,nbsp:+ +set list listchars=tab:▸\ ,extends:❯,precedes:❮,nbsp:␣ " Auto-write the file based on some condition set autowrite