* Christian Brabandt <cbli...@256bit.org> [2011-06-07 08:22:51 +0200]:

> The better alternative is to ask vim, when formationoptions was set to 
> include the 'l' flag. So when invoking the mail editor from mutt type
> :verbose set fo?
> 
> and vim should explicitly tell you, where it was last set.

Neat ...., indeed it tell me

mutt-stewie-1000-24566-13547248091007304847 [+]
  formatoptions=tcqlw
Last set from ~/.vim/after/ftplugin/mail.vim
Press ENTER or type command to continue

The contents of that file is below:

syntax on
setlocal wrap
setlocal textwidth=72
" do text=flowed wrapping
setlocal formatoptions+=w
" don't autoindent or smartindent, as that just adds weird spaces into the
" middle of flowed text paragraphs
setlocal noautoindent nosmartindent


All my vim/mutt stuff can be seen at 
http://www.xaerolimit.net/home/~chris/backup/mutt-vim

-- 
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?

Reply via email to