comparison runtime/doc/syntax.txt @ 2426:e52d87a2bb3e vim73

More runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Jul 2010 18:17:41 +0200
parents acfb7eddf13c
children 80229a724a11
comparison
equal deleted inserted replaced
2425:b5ee68272ae5 2426:e52d87a2bb3e
1 *syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 26 1 *syntax.txt* For Vim version 7.3c. Last change: 2010 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2701 always accept such use of @. 2701 always accept such use of @.
2702 2702
2703 *tex-cchar* *tex-cole* *tex-conceal* 2703 *tex-cchar* *tex-cole* *tex-conceal*
2704 Taking Advantage of Conceal Mode~ 2704 Taking Advantage of Conceal Mode~
2705 2705
2706 If you have |'conceallevel'| set to 1 and if your encoding is utf-8, then a 2706 If you have |'conceallevel'| set to 2 and if your encoding is utf-8, then a
2707 number of character sequences will be translated (ie. better visualized) using 2707 number of character sequences can be translated into appropriate utf-8 glyphs,
2708 |syn-cchar|, including various accented characters, Greek characters in 2708 including various accented characters, Greek characters in MathZones, and
2709 MathZones, and superscripts and subscripts in MathZones. Not all characters 2709 superscripts and subscripts in MathZones. Not all characters can be made into
2710 can be made into superscripts or subscripts; the constraint is due to what 2710 superscripts or subscripts; the constraint is due to what utf-8 supports.
2711 utf-8 supports. 2711 In fact, only a few characters are supported as subscripts.
2712
2713 One way to use this is to have vertically split windows (see |CTRL-W_v|); one
2714 with |'conceallevel'| at 0 and the other at 2; and both using |'scrollbind'|.
2712 2715
2713 2716
2714 TF *tf.vim* *ft-tf-syntax* 2717 TF *tf.vim* *ft-tf-syntax*
2715 2718
2716 There is one option for the tf syntax highlighting. 2719 There is one option for the tf syntax highlighting.