4 lines
109 B
VimL
4 lines
109 B
VimL
setlocal textwidth=72
|
|
setlocal spell
|
|
setlocal cc=+1
|
|
let b:undo_ftplugin .= '|setlocal textwidth< spell< cc<'
|