summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 15:00:38 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 15:00:38 +0200
commitca8c9867c2e6112f17975d840b9551cd91287eb6 (patch)
tree85eb0a7352c50cab2bd9076163845b017446b5b6 /runtime/doc/options.txt
parentf691b84fba95ffc24ea6725a625aa958a24ccffb (diff)
Add the 'c' flag to 'concealcursor'.
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 c54927479c..09e9ab352c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3b. Last change: 2010 Jul 23
+*options.txt* For Vim version 7.3b. Last change: 2010 Jul 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1719,8 +1719,9 @@ A jump table for the options with a short description can be found at |Q_op|.
n Normal mode
v Visual mode
i Insert mode
+ c Command line editing, for 'incsearch'
- A useful value is "n". This is used in help files. So long as you
+ A useful value is "nc". This is used in help files. So long as you
are moving around text is concealed, but when starting to insert text
or selecting a Visual area the concealed text is displayed, so that
you can see what you are doing.