Change vim wrapped lines to start with ↳ symbol
This commit is contained in:
parent
4293f61371
commit
c9b92004ea
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ if v:version>=800
|
|||
set breakindent
|
||||
set breakindentopt=sbr
|
||||
au WinNew * set breakindentopt=sbr
|
||||
set showbreak=.\
|
||||
set showbreak=↳\
|
||||
else
|
||||
set showbreak=+->\
|
||||
set showbreak=↳\
|
||||
end
|
||||
set listchars=eol:¶,tab:\│\ ,trail:·,nbsp:…,space:·
|
||||
|
||||
|
|
Loading…
Reference in a new issue