Skip to content

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