comparison runtime/doc/syntax.txt @ 3153:37ecb8ff4560

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 22:22:38 +0200
parents 887d6d91882e
children 8b8ef1fed009
comparison
equal deleted inserted replaced
3152:3f8227139248 3153:37ecb8ff4560
1 *syntax.txt* For Vim version 7.3. Last change: 2011 Sep 21 1 *syntax.txt* For Vim version 7.3. Last change: 2011 Sep 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2721 let g:tex_fold_enabled=1 2721 let g:tex_fold_enabled=1
2722 in your <.vimrc>, and :set fdm=syntax. I suggest doing the latter via a 2722 in your <.vimrc>, and :set fdm=syntax. I suggest doing the latter via a
2723 modeline at the end of your LaTeX file: > 2723 modeline at the end of your LaTeX file: >
2724 % vim: fdm=syntax 2724 % vim: fdm=syntax
2725 If your system becomes too slow, then you might wish to look into > 2725 If your system becomes too slow, then you might wish to look into >
2726 https://vimhelp.appspot.com/vim_faq.txt.html#faq-29.7 2726 http://vim.wikia.com/wiki/Keep_folds_closed_while_inserting_text
2727 < 2727 <
2728 *tex-nospell* 2728 *tex-nospell*
2729 Tex: Don't Want Spell Checking In Comments? ~ 2729 Tex: Don't Want Spell Checking In Comments? ~
2730 2730
2731 Some folks like to include things like source code in comments and so would 2731 Some folks like to include things like source code in comments and so would