On 2013-02-23, Joey Stanford <
jo...@stan4d.net> wrote:
> When I post text content into VIM (normally) it pastes correctly
> including lines with longer than 78 characters.
>
> When I create a new mail in mutt and VIM opens, I have issues. When I
> paste the same content it's wrapped to 78 and is prefixed by an
> asterisk (which then triggers the vim indent plugin).
I have no idea where the asterisk might come from, but the text width
setting is presumably due to filetype.vim, which detects email messages
of various clients based on the file name.
As for disabling it, making a .vimrc.mutt with "filetype off" (instead
of the standard "filetype plugin indent on") and specifying that to vim
with the -u option should work.
(Though for me a simple ":set tw=0" when pasting also works, and
suffices.)
--
Heikki Kalolasjoki