Skip to content

Update 9.0 to 9.1 in the first line #1407

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
Jan 12, 2024
Merged

Update 9.0 to 9.1 in the first line #1407

merged 1 commit into from
Jan 12, 2024

Conversation

h-east
Copy link
Member

@h-east h-east commented Jan 7, 2024

1行目の 9.09.1 に変更しただけです。
日付は弄っていません。

Copy link
Contributor

@tsuyoshicho tsuyoshicho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

過不足のチェックは難しいですが
本家でも、こちらでも verison4.txt とかも更新されてるようなので、全部あるはず...
vim/vim@b4ddc6c#diff-594cee89141818c633e9ad39fbbc871694688ae2c147df51c90e5d3bfdeb0ef2

ということでLGTM

@h-east
Copy link
Member Author

h-east commented Jan 8, 2024

一応補足しますと、本家の runtime/doc/*.txt の9.09.1のcommitからdiffファイルを作成し、それをpatchコマンドでvimdoc-ja-working/en を更新&確認した後、vimdoc-ja-working/doc も更新したので抜けや修正しすぎはないと思います。

$ cd /path/to/vim/runtime/doc
$ git log -p -1 b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 . > ../../../doc_91.patch
$ cd /path/to/vimdoc-ja-working/en
$ patch -p 3 < ../../doc_91.patch

@h-east h-east merged commit 7dce711 into master Jan 12, 2024
@h-east h-east deleted the hh-update-9.1 branch January 12, 2024 12:59
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.

3 participants