Hi Chris!

On Mo, 06 Jun 2011, Chris Brennan wrote:

> ch...@stewie.xaerolimit.net:~$ grep formatoptions .vimrc
> 98:     " set formatoptions=rq          " Automatically insert comment leader 
> on return, and let gq format comments
> ch...@stewie.xaerolimit.net:~$ grep formatoptions .vim/after/ftplugin/mail.vim
> 5:setlocal formatoptions+=w
> ch...@stewie.xaerolimit.net:~$
> 
> AFIACT, formatoptions+=l isn't being set in any of my vim files... just to 
> be sure...
> 
> ch...@stewie.xaerolimit.net:~$ grep -R "formatoptions+=l" .vimrc .vim/
> Binary file .vim/temp/mutt-stewie-1000-22169-282303141413050223.swp matches
> ch...@stewie.xaerolimit.net:~$

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.

regards,
Christian
-- 
You're already carrying the sphere!

Reply via email to