diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-11-22 10:53:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 10:53:57 +0100 |
commit | e6c46bac3f590bfa4ac544705f195e5122c02d7c (patch) | |
tree | 596acb3dab84db56c4d44083bc4ce6d30459fa78 /runtime/doc/helphelp.txt | |
parent | 64abd7be7993ed3fa031b5d71a4482871108093a (diff) | |
download | rneovim-e6c46bac3f590bfa4ac544705f195e5122c02d7c.tar.gz rneovim-e6c46bac3f590bfa4ac544705f195e5122c02d7c.tar.bz2 rneovim-e6c46bac3f590bfa4ac544705f195e5122c02d7c.zip |
vim-patch:88a4205f1cfb (#16399)
Update runtime files
https://github.com/vim/vim/commit/88a4205f1cfbdc328e987ab00521fc8a22447fc3
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index c884eea54f..e7b489d6e1 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -319,7 +319,7 @@ Hints for translators: 3. Writing help files *help-writing* For ease of use, a Vim help file for a plugin should follow the format of the -standard Vim help files, except fot the fist line. If you are writing a new +standard Vim help files, except for the first line. If you are writing a new help file it's best to copy one of the existing files and use it as a template. @@ -332,7 +332,7 @@ remainder of the line, after a Tab, describes the plugin purpose in a short way. This will show up in the "LOCAL ADDITIONS" section of the main help file. Check there that it shows up properly: |local-additions|. -If you want to add a version number of last modification date, put it in the +If you want to add a version number or last modification date, put it in the second line, right aligned. At the bottom of the help file, place a Vim modeline to set the 'textwidth' |