Re: more formatting testing

From: MikZyth <mikzyth_at_icloud.com>
Date: Sun, 15 Sep 2024 08:40:19 UTC
On 14-09-2024 23:55, void wrote:
> > still no wrapping, will try restarting mutt
> 
> with mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted againwith mutt restarted again
> 
> with mutt restarted againwith mutt restarted againwith mutt restarted again

There is no need to restart anything, it sould work immediately.
And there is no need to use it in vimrc just to test. You put commands
in vimrc (without colon) to make your changes permanent.

Just
  :set textwidth=80
in vim.
That's an ex command, so the colon is mandatory.

You can
  :set textwidth?
to test if the variable was set. It should display 'textwidth=80'.

Remember, wrapping will only work in Insert mode. The text will not
wrap if you *paste* it.

Also, check
  :set paste?
The output should be 'nopaste'. 'textwidth' option will not work if
'paste' is set.

You can 
  :set nopaste
to turn it off.

I hope that helps.

-- 
Best regards,
MikZyth.