aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/ftplugin/worklist.vim
blob: 41c35ad25d59b58f48aae041eb1c365281e219fe (plain) (blame)
1
2
3
4
5
setl foldmethod=expr
setl foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1
setl textwidth=72
setl spell
setl nonumber