Change vim trailing listchar to · for consistency
This commit is contained in:
parent
746ecea87f
commit
454d370f70
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -91,7 +91,7 @@ if v:version>=800
|
||||||
else
|
else
|
||||||
set showbreak=+->\
|
set showbreak=+->\
|
||||||
end
|
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 modeline " Allows setting vim options in other files
|
||||||
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P
|
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P
|
||||||
|
|
Loading…
Reference in a new issue