Change vim wrapped lines to start with ↳ symbol

This commit is contained in:
Talia 2020-10-06 11:31:05 +02:00
parent 4293f61371
commit c9b92004ea
1 changed files with 2 additions and 2 deletions

View File

@ -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