On Fr, 18 Sep 2015, Erik Christiansen wrote:

> So, in .vimrc, something vaguely like:
> 
> au BufNewFile,BufRead   ~/Desktop/mutt-*   call Set_for_mutt()
[...]

You don't need that autocommand. Simply create a file 
~/.vim/ftplugin/mail.vim and put all mutt related stuff there and
add an entry :filetype plugin  to your .vimrc

Keeps your .vimrc cleaner.

regards,
Christian
-- 

Reply via email to