4 lines
85 B
VimL
4 lines
85 B
VimL
|
setlocal textwidth=78
|
||
|
set spell
|
||
|
let b:undo_ftplugin .= '|setlocal textwidth< spell<'
|