diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 22:05:27 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:45:20 -0400 |
commit | 5f471b24865755fc00017c0470dc987bccd4405b (patch) | |
tree | d13067c48c86e354416abeac714463f97e8a5a53 /runtime/doc/helphelp.txt | |
parent | 0b2633b1bb3a73dae7679bf9bec0dc9f5e75fe44 (diff) | |
download | rneovim-5f471b24865755fc00017c0470dc987bccd4405b.tar.gz rneovim-5f471b24865755fc00017c0470dc987bccd4405b.tar.bz2 rneovim-5f471b24865755fc00017c0470dc987bccd4405b.zip |
vim-patch:4f3f668
Updated runtime files.
https://github.com/vim/vim/commit/4f3f668c8486444e53163c29d2fc79bf47eb3c82
Ignore changes to
* doc/channel.txt: Channel related docs
* doc/tags: Generated at build time
* doc/todo.txt: Irrelevant to Neovim
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 2a098544c6..95d280c529 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 12 +*helphelp.txt* For Vim version 7.4. Last change: 2016 Mar 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -199,9 +199,11 @@ command: > sorted. When there are duplicates an error message is given. An existing tags file is silently overwritten. + The optional "++t" argument forces adding the "help-tags" tag. This is also done when the {dir} is equal to $VIMRUNTIME/doc. + To rebuild the help tags in the runtime directory (requires write permission there): > :helptags $VIMRUNTIME/doc |