summaryrefslogtreecommitdiffstats
path: root/runtime/doc/indent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r--runtime/doc/indent.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 542e03d7b2..ffd366dd7b 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -1,4 +1,4 @@
-*indent.txt* For Vim version 7.2b. Last change: 2008 Jun 30
+*indent.txt* For Vim version 7.2c. Last change: 2008 Jul 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -584,8 +584,8 @@ unnecessary indentation)
PYTHON *ft-python-indent*
The amount of indent can be set for the following situations. The examples
-given are de the defaults. Note that the variables are set to an expression,
-so that you can change the value of 'shiftwidth' later.
+given are the defaults. Note that the variables are set to an expression, so
+that you can change the value of 'shiftwidth' later.
Indent after an open paren: >
let g:pyindent_open_paren = '&sw * 2'