Lines Matching refs:textwidth
1274 ('textwidth' and other options affect what is inserted).
1387 (default 'textwidth' or 80 when 'textwidth' is 0).
1391 (default 'textwidth' or 80 when 'textwidth' is 0).
1407 In the third case the 'textwidth' option controls the
1409 If the 'textwidth' option is 0, the formatted line
1466 'textwidth' and other options have no effect on formatting by an external
1506 (which basically means, text is inserted beyond the 'textwidth' limit). This
1665 t Auto-wrap text using textwidth
1667 c Auto-wrap comments using textwidth, inserting the current comment
1717 the wrap margin. If the line was longer than 'textwidth' when you
1719 reaching 'textwidth', Vim does not perform auto-wrapping.
1722 'textwidth' when the insert command started, Vim does not
1737 ] Respect textwidth rigorously. With this flag set, no line can be
1738 longer than textwidth, unless line-break-prohibition rules make this
1751 sentences separated by two spaces. For example, with 'textwidth' set
1769 Note that when 'textwidth' is 0, Vim does no automatic formatting anyway (but
1775 Note that 'textwidth' can be non-zero even if Vim never performs auto-wrapping;
1776 'textwidth' is still useful for formatting with "gq".
1826 - Set 'textwidth' to the desired width. If it is zero then 79 is used, or the