comparison runtime/doc/change.txt @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents 410fa1a31baf
children c75153d791d0
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
1 *change.txt* For Vim version 7.0aa. Last change: 2004 Dec 17 1 *change.txt* For Vim version 7.0aa. Last change: 2004 Dec 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1330 A line that ends in a non-white character ends a paragraph. 1330 A line that ends in a non-white character ends a paragraph.
1331 a Automatic formatting of paragraphs. Every time text is inserted or 1331 a Automatic formatting of paragraphs. Every time text is inserted or
1332 deleted the paragraph will be reformatted. See |auto-format|. 1332 deleted the paragraph will be reformatted. See |auto-format|.
1333 When the 'c' flag is present this only happens for recognized 1333 When the 'c' flag is present this only happens for recognized
1334 comments. 1334 comments.
1335 n When formatting text, recognize numbered lists. The indent of the 1335 n When formatting text, recognize numbered lists. This actually uses
1336 text after the number is used for the next line. The number may 1336 the 'formatlistpat' option, thus any kind of list can be used. The
1337 optionally be followed by '.', ':', ')', ']' or '}'. Note that 1337 indent of the text after the number is used for the next line. The
1338 'autoindent' must be set too. Doesn't work well together with "2". 1338 default is to find a number, optionally be followed by '.', ':', ')',
1339 ']' or '}'. Note that 'autoindent' must be set too. Doesn't work
1340 well together with "2".
1339 Example: > 1341 Example: >
1340 1. the first item 1342 1. the first item
1341 wraps 1343 wraps
1342 2. the second item 1344 2. the second item
1343 2 When formatting text, use the indent of the second line of a paragraph 1345 2 When formatting text, use the indent of the second line of a paragraph