summaryrefslogtreecommitdiffstats
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-02-11 14:19:15 +0100
committerBram Moolenaar <Bram@vim.org>2010-02-11 14:19:15 +0100
commit6dfc28be25dc1e4323b6652fa517e972007ff1bd (patch)
treeff19f5d6d935e56922bafdcab481d25d3ddbf759 /runtime/doc/indent.txt
parentcee6a352b23c8e444d4e0f4a219c288da1b19f76 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 9ae52cb4fb..33593cca69 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -1,4 +1,4 @@
-*indent.txt* For Vim version 7.2. Last change: 2009 Nov 12
+*indent.txt* For Vim version 7.2. Last change: 2010 Jan 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -437,7 +437,7 @@ assume a 'shiftwidth' of 4.
*N Vim searches for unclosed comments at most N lines away. This
limits the time needed to search for the start of a comment.
- (default 30 lines).
+ (default 70 lines).
#N When N is non-zero recognize shell/Perl comments, starting with
'#'. Default N is zero: don't recognizes '#' comments. Note