diff options
author | James McCoy <jamessan@jamessan.com> | 2016-07-07 23:02:08 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 3f689ed327be0a391f8cdd15302583c02b04b4e2 (patch) | |
tree | 6cfbb27a6c357e395c01c97257c9158592e5219b /runtime/doc/helphelp.txt | |
parent | 31734c6ab0d743dad1c4f6fd9a86479ec2790a61 (diff) | |
download | rneovim-3f689ed327be0a391f8cdd15302583c02b04b4e2.tar.gz rneovim-3f689ed327be0a391f8cdd15302583c02b04b4e2.tar.bz2 rneovim-3f689ed327be0a391f8cdd15302583c02b04b4e2.zip |
vim-patch:7db8f6f
Updated runtime files.
https://github.com/vim/vim/commit/7db8f6f4f85e5d0526d23107b2a5e2334dc23354
Ignore changes to
* doc/tags: Generated at build time
* doc/channel.txt, doc/todo.txt: Irrelevant to Neovim
* pack/dist/opt/matchit/doc/matchit.txt: matchit is enabled by default,
so description of how to enable isn't needed.
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 95d280c529..9654f249fa 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -1,4 +1,4 @@ -*helphelp.txt* For Vim version 7.4. Last change: 2016 Mar 26 +*helphelp.txt* For Vim version 7.4. Last change: 2016 Mar 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -254,7 +254,9 @@ The second one finds the English user manual, even when 'helplang' is set to When using command-line completion for the ":help" command, the "@en" extension is only shown when a tag exists for multiple languages. When the -tag only exists for English "@en" is omitted. +tag only exists for English "@en" is omitted. When the first candidate has an +"@ab" extension and it matches the first language in 'helplang' "@ab" is also +omitted. When using |CTRL-]| or ":help!" in a non-English help file Vim will try to find the tag in the same language. If not found then 'helplang' will be used |