diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 23:56:04 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 23:57:24 +0100 |
commit | 7d2fbb9012e983ac013b6352b4cf8ea7a3a2f2b4 (patch) | |
tree | 8f77f151f9955fd12397859ba805dd746cd41008 /runtime/doc | |
parent | 11bcd48fdaba0aa0ff7553503cb0977b39c0ad22 (diff) | |
download | rneovim-7d2fbb9012e983ac013b6352b4cf8ea7a3a2f2b4.tar.gz rneovim-7d2fbb9012e983ac013b6352b4cf8ea7a3a2f2b4.tar.bz2 rneovim-7d2fbb9012e983ac013b6352b4cf8ea7a3a2f2b4.zip |
vim-patch:93a1df2c205c
Update runtime files.
https://github.com/vim/vim/commit/93a1df2c205c8399d96c172d9483e0793d32892a
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/syntax.txt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 09e699925d..2e335e969c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -691,7 +691,7 @@ A jump table for the options with a short description can be found at |Q_op|. '{A-Z0-9}, or `{A-Z0-9} command takes one to another file. Note that for some commands the 'autowrite' option is not used, see 'autowriteall' for that. - Some buffers will not be written, specifically when 'buttype' is + Some buffers will not be written, specifically when 'buftype' is "nowrite", "nofile", "terminal" or "prompt". *'autowriteall'* *'awa'* *'noautowriteall'* *'noawa'* diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 51695ea41f..4c3c7d329a 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3180,6 +3180,12 @@ by syntax/tex.vim. Please consider uploading any extensions that you write, which typically would go in $HOME/after/syntax/tex/[pkgname].vim, to http://vim.sf.net/. +I've included some support for various popular packages on my website: > + + http://www.drchip.org/astronaut/vim/index.html#LATEXPKGS +< +The syntax files there go into your .../after/syntax/tex/ directory. + *tex-error* *g:tex_no_error* Tex: Excessive Error Highlighting? ~ |