diff runtime/doc/syntax.txt @ 2296:eb7be7b075a6 vim73

Support :browse for commands that use an error file argument. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Sun, 11 Jul 2010 16:58:51 +0200
parents 7e1bd501306d
children a59e6ac5ed28
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3155,6 +3155,7 @@ when it is concealed (setting "cchar" on
 argument is given.) If "cchar" is not set then the default conceal
 character defined in the 'listchars' option is used. Example: >
    :syntax match Entity "&amp;" conceal cchar=&
+See |hl-Conceal| for highlighting.
 
 contained						*:syn-contained*