comparison runtime/doc/syntax.txt @ 2283:7e1bd501306d vim73

Mainly documentation updates.
author Bram Moolenaar <bram@vim.org>
date Sun, 04 Jul 2010 22:20:21 +0200
parents fb627e94e6c6
children eb7be7b075a6
comparison
equal deleted inserted replaced
2282:a888ed7ba375 2283:7e1bd501306d
1927 1927
1928 Some functions are highlighted by default. To switch it off: > 1928 Some functions are highlighted by default. To switch it off: >
1929 1929
1930 :let pascal_no_functions=1 1930 :let pascal_no_functions=1
1931 1931
1932 Furthermore, there are specific variable for some compiler. Besides 1932 Furthermore, there are specific variables for some compilers. Besides
1933 pascal_delphi, there are pascal_gpc and pascal_fpc. Default extensions try to 1933 pascal_delphi, there are pascal_gpc and pascal_fpc. Default extensions try to
1934 match Turbo Pascal. > 1934 match Turbo Pascal. >
1935 1935
1936 :let pascal_gpc=1 1936 :let pascal_gpc=1
1937 1937
2681 :let tf_minlines = your choice 2681 :let tf_minlines = your choice
2682 2682
2683 2683
2684 VIM *vim.vim* *ft-vim-syntax* 2684 VIM *vim.vim* *ft-vim-syntax*
2685 *g:vimsyn_minlines* *g:vimsyn_maxlines* 2685 *g:vimsyn_minlines* *g:vimsyn_maxlines*
2686 There is a tradeoff between more accurate syntax highlighting versus screen 2686 There is a trade-off between more accurate syntax highlighting versus screen
2687 updating speed. To improve accuracy, you may wish to increase the 2687 updating speed. To improve accuracy, you may wish to increase the
2688 g:vimsyn_minlines variable. The g:vimsyn_maxlines variable may be used to 2688 g:vimsyn_minlines variable. The g:vimsyn_maxlines variable may be used to
2689 improve screen updating rates (see |:syn-sync| for more on this). > 2689 improve screen updating rates (see |:syn-sync| for more on this). >
2690 2690
2691 g:vimsyn_minlines : used to set synchronization minlines 2691 g:vimsyn_minlines : used to set synchronization minlines