summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-07-28 18:17:41 +0200
committerBram Moolenaar <bram@vim.org>2010-07-28 18:17:41 +0200
commitaa3c1c87d975a446fa82469e6f655eab47c31985 (patch)
tree107d6361a441993067e109d9d3ad697736eb81dd /runtime/doc/syntax.txt
parent4d630aba1adaedd2116059d8a97a9a7c9a57e84d (diff)
downloadvim-aa3c1c87d975a446fa82469e6f655eab47c31985.tar.gz
More runtime file updates.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 71afa9f0..73e74040 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 26
+*syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2703,12 +2703,15 @@ always accept such use of @.
*tex-cchar* *tex-cole* *tex-conceal*
Taking Advantage of Conceal Mode~
-If you have |'conceallevel'| set to 1 and if your encoding is utf-8, then a
-number of character sequences will be translated (ie. better visualized) using
-|syn-cchar|, including various accented characters, Greek characters in
-MathZones, and superscripts and subscripts in MathZones. Not all characters
-can be made into superscripts or subscripts; the constraint is due to what
-utf-8 supports.
+If you have |'conceallevel'| set to 2 and if your encoding is utf-8, then a
+number of character sequences can be translated into appropriate utf-8 glyphs,
+including various accented characters, Greek characters in MathZones, and
+superscripts and subscripts in MathZones. Not all characters can be made into
+superscripts or subscripts; the constraint is due to what utf-8 supports.
+In fact, only a few characters are supported as subscripts.
+
+One way to use this is to have vertically split windows (see |CTRL-W_v|); one
+with |'conceallevel'| at 0 and the other at 2; and both using |'scrollbind'|.
TF *tf.vim* *ft-tf-syntax*