diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-04 22:20:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-04 22:20:21 +0200 |
commit | 996343d38e96863685adefacecbb888655b7aa43 (patch) | |
tree | 677c6ecdbd66d4be6657abb5624c4991857882a8 /runtime/doc/syntax.txt | |
parent | b2c0350c67736b0e054718fb5bf136147ee2261e (diff) | |
download | vim-git-996343d38e96863685adefacecbb888655b7aa43.tar.gz |
Mainly documentation updates.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 418b64ca2..6d14f43b1 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1929,7 +1929,7 @@ Some functions are highlighted by default. To switch it off: > :let pascal_no_functions=1 -Furthermore, there are specific variable for some compiler. Besides +Furthermore, there are specific variables for some compilers. Besides pascal_delphi, there are pascal_gpc and pascal_fpc. Default extensions try to match Turbo Pascal. > @@ -2683,7 +2683,7 @@ set "tf_minlines" to the value you desire. Example: > VIM *vim.vim* *ft-vim-syntax* *g:vimsyn_minlines* *g:vimsyn_maxlines* -There is a tradeoff between more accurate syntax highlighting versus screen +There is a trade-off between more accurate syntax highlighting versus screen updating speed. To improve accuracy, you may wish to increase the g:vimsyn_minlines variable. The g:vimsyn_maxlines variable may be used to improve screen updating rates (see |:syn-sync| for more on this). > |