Change vim space listchar from . to ·
This commit is contained in:
parent
cdd56a8af8
commit
813e8cf916
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -91,7 +91,7 @@ if v:version>=800
|
|||
else
|
||||
set showbreak=+->\
|
||||
end
|
||||
set listchars=eol:¶,tab:\│\ ,trail:.,nbsp:…,space:.
|
||||
set listchars=eol:¶,tab:\│\ ,trail:.,nbsp:…,space:·
|
||||
|
||||
set modeline " Allows setting vim options in other files
|
||||
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P
|
||||
|
|
Loading…
Reference in a new issue