On 2022/09/04 06:37, Cameron Simpson wrote:
Do you have any advice for automating spaces at the end
of non-final paragraph lines for format=flowed in vim?
I use these settings:
https://github.com/cameron-simpson/css/blob/main/bin/vim-flowed
which autowraps and leaves trailing spaces automatically.
Perhaps I could just post-process messages with perl
in my mutt-editor wrapper script.
Vim can do 99% of it for you on the fly :-)
But not space-stuffing, right? Which I guess is why Mutt space-stuffs
the format=flowed that it gets back from the editor.