Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 10:40:19 +0200
From:      MikZyth <mikzyth@icloud.com>
To:        freebsd-test@freebsd.org
Subject:   Re: more formatting testing
Message-ID:  <Zuadc3WoFo-Pvsv3@mzlt.local>
In-Reply-To: <ZuYUblXZqp3FGOQi@int21h>
References:  <ZuRnfBQLpCm6DtJO@vm2> <ZuRnwLWcuHT4lkZ4@vm2> <ZuRodRxiFszLXrWg@vm2> <ZuRpMKnH04LYj-9r@vm2> <ZuStGhcDJ3tftKjo@mzlt.local> <ZuYDYw3Ih_32615-@int21h> <ZuYTwYToxqU7LDoR@int21h> <ZuYUDrmxk3ZlUq1d@int21h> <ZuYUblXZqp3FGOQi@int21h>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Zuadc3WoFo-Pvsv3>