-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add vim9class.{txt,jax} #1360
Add vim9class.{txt,jax} #1360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とりあえずtypoの指摘を先に
doc/vim9class.jax
Outdated
|
||
多くの言語では、コンストラクタメソッドのクラス名が使用される。欠点は、多くの場 | ||
合、名前が長いことだ。また、クラス名を変更する場合は、すべてのコンストラクタメ | ||
ソッドの名前を変更する必要がある。大したことではiないが、それでもデメリットは |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ソッドの名前を変更する必要がある。大したことではiないが、それでもデメリットは | |
ソッドの名前を変更する必要がある。大したことではないが、それでもデメリットは |
doc/vim9class.jax
Outdated
|
||
8. 列挙型 *Vim9-enum* *:enum* *:endenum* | ||
|
||
{not implemented yet} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment
{まだ実装されていない}、といった日本語はしないということでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
普通に訳すとハイライトされないのでそのままにしていました。カッコ内の後ろに訳を入れてみました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほど、了解です
@tsuyoshicho 問題無ければ requested changes をオフにしてもらえますか? |
応答遅れてすみません、たしかにそうでした |
マージする場合は
vim-jp/vimdoc-ja#278
もマージお願いします。