diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-26 23:01:59 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-26 23:01:59 +0100 |
commit | 4f3f668c8486444e53163c29d2fc79bf47eb3c82 (patch) | |
tree | 08713fc52cdeb5172be5eed09be1bd9910d81700 /runtime/doc/helphelp.txt | |
parent | c4dcd60c76666bf113719f929709ad6120eb6528 (diff) | |
download | vim-git-4f3f668c8486444e53163c29d2fc79bf47eb3c82.tar.gz |
Updated runtime files.
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 4835f1f2b..3a9ec6875 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 @@ -208,9 +208,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 |