comparison runtime/doc/syntax.txt @ 2412:ca3f40b0d95e vim73

Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Jul 2010 17:42:45 +0200
parents 8f6106dd3d12
children f766a1c87f69
comparison
equal deleted inserted replaced
2411:68e394361ca3 2412:ca3f40b0d95e
1596 gives no clue as to what section follows. Consequently, the value for > 1596 gives no clue as to what section follows. Consequently, the value for >
1597 :syn sync minlines=300 1597 :syn sync minlines=300
1598 may be changed by the user if s/he is experiencing synchronization 1598 may be changed by the user if s/he is experiencing synchronization
1599 difficulties (such as may happen with large lex files). 1599 difficulties (such as may happen with large lex files).
1600 1600
1601
1602 LIFELINES *lifelines.vim* *ft-lifelines-syntax*
1603
1604 To highlight deprecated functions as errors, add in your .vimrc: >
1605
1606 :let g:lifelines_deprecated = 1
1607 <
1601 1608
1602 LISP *lisp.vim* *ft-lisp-syntax* 1609 LISP *lisp.vim* *ft-lisp-syntax*
1603 1610
1604 The lisp syntax highlighting provides two options: > 1611 The lisp syntax highlighting provides two options: >
1605 1612