summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 12:22:51 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 12:22:51 +0200
commit20f90cf99a156ba6fa93fc44047264685f210824 (patch)
tree230e40498e27cf023fff502634b81ce7618fb9e0 /runtime/doc/options.txt
parent3a7d8c3adb80c26564fa2e25f0edda38c905c3a3 (diff)
downloadvim-20f90cf99a156ba6fa93fc44047264685f210824.zip
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 6ba21febe..a5f614800 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3. Last change: 2011 Apr 29
+*options.txt* For Vim version 7.3. Last change: 2011 May 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4104,7 +4104,8 @@ A jump table for the options with a short description can be found at |Q_op|.
It is used when a new line is created, for the |=| operator and
in Insert mode as specified with the 'indentkeys' option.
When this option is not empty, it overrules the 'cindent' and
- 'smartindent' indenting.
+ 'smartindent' indenting. When 'lisp' is set, this option is
+ overridden by the Lisp indentation algorithm.
When 'paste' is set this option is not used for indenting.
The expression is evaluated with |v:lnum| set to the line number for
which the indent is to be computed. The cursor is also in this line