Skip to content

feat!: Standard format for title line#72

Merged
kdheepak merged 6 commits into
kdheepak:mainfrom
yochem:title-desc
Apr 12, 2026
Merged

feat!: Standard format for title line#72
kdheepak merged 6 commits into
kdheepak:mainfrom
yochem:title-desc

Conversation

@yochem

@yochem yochem commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Problem:
Vim expects the first line of a help file to contain just the tag (name)
of that help file and a short description. The default description that
shows the version and last modified information should go on the second
line as recommended by Vim's helphelp.txt.

Solution:
Move Vim version and last modified information to second line of the
title. If no description is given, just keep only the name tag on the
first line.

Fixes: #71

Problem:
Vim expects the first line of a help file to contain just the tag (name)
of that help file and a short description. The default description that
shows the version and last modified information should go on the second
line as recommended by Vim's helphelp.txt.

Solution:
Move Vim version and last modified information to second line of the
title. If no description is given, just keep only the name tag on the
first line.
@kdheepak kdheepak changed the title Standard format for title line feat!: Standard format for title line Apr 12, 2026
Comment thread doc/panvimdoc.txt Outdated
Comment thread doc/panvimdoc.txt Outdated
@kdheepak kdheepak merged commit c343e9a into kdheepak:main Apr 12, 2026
1 check passed
@yochem

yochem commented Apr 12, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for merging!

@kdheepak

Copy link
Copy Markdown
Owner

Thank YOU for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

First line should adhere to standard format

2 participants