diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 17:42:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 17:42:45 +0200 |
commit | 6fc45b55fc317330193e460dc18732b7d6b15a87 (patch) | |
tree | 6aa82215e31f1f7e9d97d4af87774959aa0dc655 /runtime/doc/syntax.txt | |
parent | 7fd7320014fb34788ef53fe7c78521b5c25e052e (diff) | |
download | vim-6fc45b55fc317330193e460dc18732b7d6b15a87.zip |
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 9ece274ee..941147769 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -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: > |