summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
commit6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 (patch)
tree4832d5b27b1220617848917e3036687e3167557d /runtime/doc/options.txt
parentdc536095ac452c12e9bb4c69b473d28d51e8d4b9 (diff)
Make automatic prototype generation work with more interfaces.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 0a41622995..8b613b7550 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1713,9 +1713,10 @@ A jump table for the options with a short description can be found at |Q_op|.
{not in Vi}
{not available when compiled without the |+conceal|
feature}
- Determine how text with the "conceal" syntax attribute is shown:
+ Determine how text with the "conceal" syntax attribute |:syn-conceal|
+ is shown:
- 'conceallevel' Effect
+ 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)