diff runtime/doc/options.txt @ 2340:99c1eba60b2d vim73

Make automatic prototype generation work with more interfaces.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 18:04:50 +0200
parents a0f87fc19d1d
children 9272cc83214f
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1713,9 +1713,10 @@ A jump table for the options with a shor
 			{not in Vi}
 			{not available when compiled without the |+conceal|
 			feature}
-	Determine how text with the "conceal" syntax attribute is shown:
-
-	'conceallevel'	Effect
+	Determine how text with the "conceal" syntax attribute |:syn-conceal|
+	is shown:
+
+	Value		Effect ~
 	0		Text is shown normally
 	1		Each block of concealed text is replaced with the
 			character defined in 'listchars' (default is a dash)