Skip to content
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

Update gui_x11 from Vim 8.0 to 8.1 #315

Merged
merged 2 commits into from
Oct 10, 2018

Conversation

mnishz
Copy link
Member

@mnishz mnishz commented Sep 23, 2018

For issue #207
gui_x11.txt および gui_x11.jax を Vim 8.1 用に更新しました。
ご確認お願いいたします。

doc/gui_x11.jax Outdated
@@ -52,6 +52,8 @@ GUIが開始されるときには、fork()して現在のプロセスを終了
は、":gui -b" を使用するとよい。

"gvim --nofork" と "gvim -f" は同じである。

実行中のジョブがないときは、子プロセスではないので Vim は fork しない。
Copy link
Member

Choose a reason for hiding this comment

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

「ジョブがないとき」
あるときじゃないでしょうか?
よく分からないですが、こんな感じ?
「プロセスが子プロセスではなくなるため、実行中のジョブがある場合、Vim は fork しない。」

Copy link
Member

Choose a reason for hiding this comment

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

ping @k-takata

Copy link
Member Author

Choose a reason for hiding this comment

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

@h-east さん、@k-takata さん、
いつもレビューありがとうございます。
最近ちょっとドタバタしていて修正遅くなってしまうかもしれません。。
こちらの指摘事項に対しては理解いたしました!
たぶん、翻訳時の単なる読み間違いだと思います。

Copy link
Member

Choose a reason for hiding this comment

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

When there are running jobs Vim will not fork, because the processes would no
longer be child processes.

私ならこう訳すかな?単に原文と語順を合わせただけですが。
「実行中のジョブがある場合、Vim は fork しない。なぜならそれらのプロセスが子プロセスではなくなってしまうためである。」

@mnishz
Copy link
Member Author

mnishz commented Oct 10, 2018

ひとまずこちらだけ修正しました。アドバイスありがとうございました!

Copy link
Member

@k-takata k-takata left a comment

Choose a reason for hiding this comment

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

LGTM

@k-takata k-takata merged commit 3d242f3 into vim-jp:master Oct 10, 2018
@mnishz mnishz deleted the gui_x11_for_Vim_8.1 branch October 10, 2018 13:45
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.

None yet

3 participants