summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-11 16:58:51 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-11 16:58:51 +0200
commit9028b10dfe3a00e505bf1b720f515dab91913b5e (patch)
tree637b3f40fd0c18f01fd682273e266f8fe2c3507f /runtime/doc/syntax.txt
parent7e6d3bd3da555e151ba518081a964a0cdb39ac33 (diff)
downloadvim-9028b10dfe3a00e505bf1b720f515dab91913b5e.zip
Support :browse for commands that use an error file argument. (Lech Lorens)
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 6d14f43b1..794bd291f 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3155,6 +3155,7 @@ when it is concealed (setting "cchar" only makes sense when the conceal
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*