diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:56:33 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | 0d852bdc69b0293695c391e316c65183b88b83ef (patch) | |
tree | ddab75a90fd0c2667c1dd2658056f22c8d829316 /runtime/doc/syntax.txt | |
parent | bd23fefb391816648ebd701096bf9973f6256750 (diff) | |
download | rneovim-0d852bdc69b0293695c391e316c65183b88b83ef.tar.gz rneovim-0d852bdc69b0293695c391e316c65183b88b83ef.tar.bz2 rneovim-0d852bdc69b0293695c391e316c65183b88b83ef.zip |
vim-patch:6c1e1570b134
Update runtime files
https://github.com/vim/vim/commit/6c1e1570b1346de0d438fbb991bddab38c228290
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index b3edc4757d..8bcd60d558 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3108,7 +3108,7 @@ in your vimrc, and :set fdm=syntax. I suggest doing the latter via a modeline at the end of your LaTeX file: > % vim: fdm=syntax If your system becomes too slow, then you might wish to look into > - https://vimhelp.appspot.com/vim_faq.txt.html#faq-29.7 + https://vimhelp.org/vim_faq.txt.html#faq-29.7 < *g:tex_nospell* Tex: No Spell Checking Wanted~ |