I know we can use :set tw=80 to limit the width of the text. However, if we insert the text to the end, this function does not work at all.
For example, let's say we print "Want to get answers to your questions sent to you by email?"
If we keep typing after "?", tw works fine. But if we insert before the words "have", it does not interrupt the line, even if it exceeds the specified width of the text.
Is there any way to do this work in the latter case?
source share