-
Notifications
You must be signed in to change notification settings - Fork 65
Update options.{txt,jax} #2060
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
base: master
Are you sure you want to change the base?
Update options.{txt,jax} #2060
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.
LGTM
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.
気づいたところコメントしました。他は LGTM です。
@@ -2127,6 +2127,27 @@ Note 1番目の形式では、行全体がオプション指定に使われる | |||
前またはマクロを検索 |i_CTRL-X_CTRL-D| | |||
] タグ補完 | |||
t "]" と同じ | |||
f{func} 関数 {func} を呼び出す。複数の "f" フラグを指定できる。関数の | |||
呼び出し方法と戻り値の詳細については、|complete-functions| を |
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.
「関数の呼び出し方法」だと "how to invoke function" みたいな文の訳っぽさを感じるので、「関数の呼び出され方」とか「どう関数が呼び出されるか」とかにするのはどうでしょう
呼び出し方法と戻り値の詳細については、|complete-functions| を | ||
参照。値は関数名または |Funcref| を指定できる。|Funcref| 値の | ||
場合、スペースはバックスラッシュ ('\') で、コンマは 2 つのバッ | ||
クスラッシュ ('\\') でエスケープする必要がある ( |
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.
ここ、開き括弧だけ前の行に残ってるのってフォーマット的に良いんですっけ
< 上記と同じだが、バッファを最後に使用した時間でソートする。 | ||
より詳しくは |cmdline-completion| を参照。 | ||
< 上記と同じだが、バッファのマッチは最後に使用された時間でソートされる | ||
詳細はこちら |cmdline-completion|。 |
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.
詳細はこちら |cmdline-completion|。 | |
詳細はこちら: |cmdline-completion|。 |
コロン抜けかもしれないです。意図的ならスルーしてください。
No description provided.