commit | 9028b10dfe3a00e505bf1b720f515dab91913b5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 16:58:51 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 16:58:51 2010 +0200 |
tree | 637b3f40fd0c18f01fd682273e266f8fe2c3507f | |
parent | 7e6d3bd3da555e151ba518081a964a0cdb39ac33 [diff] [blame] |
Support :browse for commands that use an error file argument. (Lech Lorens)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 6d14f43..794bd29 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt
@@ -3155,6 +3155,7 @@ argument is given.) If "cchar" is not set then the default conceal character defined in the 'listchars' option is used. Example: > :syntax match Entity "&" conceal cchar=& +See |hl-Conceal| for highlighting. contained *:syn-contained*