On Fri, Jul 28, 2000 at 04:41:48PM +0200, Kai Weber wrote:
> Hi,
> 
> how can I let read some special mail configs (e.g. set tw=72) when edit
> a email/news messages?

in your ~/.vimrc put something like

autocmd FileType mail set tw=72 nocin ai expandtab
(this is what I have)

you must have vim >= 5.4 for using the FileType autocmd
For more info type (in vim)

:help autocmd
:help FileType

-- 
   Johannes

Reply via email to