6 lines
92 B
VimL
6 lines
92 B
VimL
if has('linebreak')
|
|
let &showbreak = '↳ '
|
|
set breakindent
|
|
set breakindentopt=sbr
|
|
endif
|