diff runtime/doc/options.txt @ 2382:3a5ededa240a vim73

Add the 'c' flag to 'concealcursor'.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:00:38 +0200
parents b47748aa3236
children a3aca345aafa
line wrap: on
line diff
--- 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 shor
 	  n		Normal mode
 	  v		Visual mode
 	  i		Insert mode
-
-	A useful value is "n".  This is used in help files.  So long as you
+	  c		Command line editing, for 'incsearch'
+
+	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.