comparison runtime/doc/syntax.txt @ 17161:9ccb1ea9b2fc

Update runtime files commit https://github.com/vim/vim/commit/6c1e1570b1346de0d438fbb991bddab38c228290 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 22 02:13:00 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jun 2019 02:15:05 +0200
parents d23afa4d8b63
children ca8e754bdd53
comparison
equal deleted inserted replaced
17160:706c7a4f3cb4 17161:9ccb1ea9b2fc
1 *syntax.txt* For Vim version 8.1. Last change: 2019 Jun 01 1 *syntax.txt* For Vim version 8.1. Last change: 2019 Jun 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3138 let g:tex_fold_enabled=1 3138 let g:tex_fold_enabled=1
3139 in your <.vimrc>, and :set fdm=syntax. I suggest doing the latter via a 3139 in your <.vimrc>, and :set fdm=syntax. I suggest doing the latter via a
3140 modeline at the end of your LaTeX file: > 3140 modeline at the end of your LaTeX file: >
3141 % vim: fdm=syntax 3141 % vim: fdm=syntax
3142 If your system becomes too slow, then you might wish to look into > 3142 If your system becomes too slow, then you might wish to look into >
3143 https://vimhelp.appspot.com/vim_faq.txt.html#faq-29.7 3143 https://vimhelp.org/vim_faq.txt.html#faq-29.7
3144 < 3144 <
3145 *g:tex_nospell* 3145 *g:tex_nospell*
3146 Tex: No Spell Checking Wanted~ 3146 Tex: No Spell Checking Wanted~
3147 3147
3148 If you don't want spell checking anywhere in your LaTeX document, put > 3148 If you don't want spell checking anywhere in your LaTeX document, put >