Improve vim listchars
This commit is contained in:
parent
f467b026da
commit
cdd56a8af8
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:.
|
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