diff options
| author | jdhao <jdhao@hotmail.com> | 2021-03-11 00:17:14 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-03-11 00:17:14 +0800 |
| commit | 01059017c1713e59bc80fa249a528f7878e8e4b9 (patch) | |
| tree | f8dfddf7d0fb2e35671319ce5c246c301cb68838 /core/options.vim | |
| parent | 10a8ce1006e61fc0ed388a2fc0feda57f40d9266 (diff) | |
Change how non-breakable space is shown
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
