preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.58k stars 39 forks source link

Support Vim's new +breakindent feature #10

Closed reedes closed 10 years ago

reedes commented 10 years ago

Evaluate how it best fits into pencil

if exists('+breakindent')
        setlocal breakindent
endif

See https://retracile.net/wiki/VimBreakIndent for more details.