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