3 lines
90 B
VimL
3 lines
90 B
VimL
setlocal textwidth=78
|
|
setlocal spell
|
|
let b:undo_ftplugin .= '|setlocal textwidth< spell<'
|