Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.

This commit is contained in:
Bram Moolenaar
2010-07-25 17:42:45 +02:00
parent 7fd7320014
commit 6fc45b55fc
6 changed files with 55 additions and 24 deletions

View File

@ -1599,6 +1599,13 @@ may be changed by the user if s/he is experiencing synchronization
difficulties (such as may happen with large lex files).
LIFELINES *lifelines.vim* *ft-lifelines-syntax*
To highlight deprecated functions as errors, add in your .vimrc: >
:let g:lifelines_deprecated = 1
<
LISP *lisp.vim* *ft-lisp-syntax*
The lisp syntax highlighting provides two options: >