Sunday, September 25, 2011

Substitutions Triggered by autocmd Are Noisy

Hi,

I'm trying to removed some of the default mutt headers since there's no
facility for doing so inside mutt. Hence the following:

autocmd FileType mail :%s/^\(Reply-To\|Bcc\): \n//e

The only problem is that I get the "Press ENTER or type command to
continue" prompt.

Appending 'silent' before the substitution doesn't help.

Regards,
--
Bastien

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: