diff runtime/doc/options.txt @ 2348:8878a9f8db87 vim73

Rename w_p_conceal to w_p_conc for consistency.
author Bram Moolenaar <bram@vim.org>
date Mon, 19 Jul 2010 19:52:13 +0200
parents 12b829477c60
children 586a459f3980
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1724,7 +1724,9 @@ A jump table for the options with a shor
 	2		Concealed text is completely hidden unless it has a
 			custom replacement character defined (see
 			|:syn-cchar|.
-	3		Concealed text is completely hidden.
+	3		Concealed text is completely hidden.  Note: when
+			moving the cursor after concealed items the position
+			will be wrong.
 
 
 				*'confirm'* *'cf'* *'noconfirm'* *'nocf'*