summaryrefslogtreecommitdiffstats
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
commitd58e929fa283459957b0eab635fdaa9dcd61819c (patch)
tree92c871586e91c3c33b0a7447f12cc9a6d7184c30 /runtime/doc/indent.txt
parent95474ca34c542d58d3f08703b7d96ad21b05beea (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 85704869a6..617b776ccc 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -1,4 +1,4 @@
-*indent.txt* For Vim version 7.3. Last change: 2010 Nov 27
+*indent.txt* For Vim version 7.3. Last change: 2011 Jan 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -322,6 +322,7 @@ assume a 'shiftwidth' of 4.
<
+N Indent a continuation line (a line that spills onto the next) N
additional characters. (default 'shiftwidth').
+ When the previous line ended in a backslash it's doubled.
cino= cino=+10 >
a = b + 9 * a = b + 9 *