summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-12-27 21:59:20 +0000
committerBram Moolenaar <Bram@vim.org>2004-12-27 21:59:20 +0000
commit86b68359978c933419279e599d0a8cf536095d77 (patch)
tree4291920506f596f1c934c9cf3af5641bdc63b900 /runtime/doc/change.txt
parentb5bf5b8fae9ff5e2f7704686efae2814be1e18f7 (diff)
updated for version 7.0025v7.0025
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 08fdc1d544..4ed7200ffc 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2004 Dec 17
+*change.txt* For Vim version 7.0aa. Last change: 2004 Dec 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1332,10 +1332,12 @@ a Automatic formatting of paragraphs. Every time text is inserted or
deleted the paragraph will be reformatted. See |auto-format|.
When the 'c' flag is present this only happens for recognized
comments.
-n When formatting text, recognize numbered lists. The indent of the
- text after the number is used for the next line. The number may
- optionally be followed by '.', ':', ')', ']' or '}'. Note that
- 'autoindent' must be set too. Doesn't work well together with "2".
+n When formatting text, recognize numbered lists. This actually uses
+ the 'formatlistpat' option, thus any kind of list can be used. The
+ indent of the text after the number is used for the next line. The
+ default is to find a number, optionally be followed by '.', ':', ')',
+ ']' or '}'. Note that 'autoindent' must be set too. Doesn't work
+ well together with "2".
Example: >
1. the first item
wraps