diff 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
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1599,6 +1599,13 @@ may be changed by the user if s/he is ex
 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: >