Skip to content

Fix issue where some help-tag-labels were not included in the tags file #1950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

h-east
Copy link
Member

@h-east h-east commented Feb 15, 2025

helpタグファイルに収録されないhelpタグラベルがある問題を修正。

  • helpタグラベル(*~*)の前後に空白がないとhelpタグファイル (vimdoc-ja/doc/tags-ja) に当該タグラベルが収録されないので、空白を入れました。

@h-east
Copy link
Member Author

h-east commented Feb 15, 2025

チェックを自動化できそう。

:e /path/to/your/vim/runtime/doc/tags
:g/\%(hebrew\|todo\|version[5-7]\)\.txt/d
:%s/^\S\+\zs\t.*//
:botright vsp /path/to/your/vimdoc-ja/doc/tags-ja
:g/^!_TAG_FILE_ENCODING/d
:%s/^\S\+\zs\t.*//
:windo diffthis

@tsuyoshicho
Copy link
Contributor

文中を考えると、翻訳手引きのWikiにも記載があったほうがいいのかもですね。

@h-east
Copy link
Member Author

h-east commented Feb 15, 2025

翻訳手引きのWikiにも記載があったほうがいいのかもですね。

変更しました。(今回と関係ない箇所もちょっと弄っちゃってます)
https://github.com/vim-jp/vimdoc-ja-working/wiki/_compare/342eddf49eb9a92d8d3535784444b42209c48bf6...dba18fd83d776986179ffaf2b19a4960b6eca56c

@h-east h-east merged commit e1c9131 into vim-jp:master Feb 16, 2025
2 checks passed
@h-east h-east deleted the fix-tag-label-not-included-issue branch February 16, 2025 05:08
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.

2 participants