-
Notifications
You must be signed in to change notification settings - Fork 65
Update builtin.{txt,jax} #2062
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 builtin.{txt,jax} #2062
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.
コメントしました。
inoremap <Tab> <Cmd>call CustomComplete()<CR> | ||
< | ||
Return type: list<list<any>> | ||
|
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.
これ、元から空行2行じゃないんですね(それも徹底されてるルールなのか不明ですけど)
doc/builtin.jax
Outdated
col({expr} [, {winid}]) 数値 カーソルかマークのカラムバイトインデッ | ||
クス | ||
complete({startcol}, {matches}) なし 挿入モード補完を設定する | ||
complete_add({expr}) 数値 補完候補を追加する | ||
complete_check() 数値 補完中に押されたキーをチェックする | ||
complete_info([{what}]) 辞書 現在の補完情報を取得 | ||
complete_match([{lnum}, {col}]) リスト 補完桁とトリガーテキストを取得 |
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.
Note and Suggestion
このままでも大丈夫とは思います。
complete_match([{lnum}, {col}]) List get completion column and trigger text
ただ、 completion は column と trigger text 両方とかかわりそうなので
complete_match([{lnum}, {col}]) リスト 補完の文字桁とトリガーテキストを取得
か
complete_match([{lnum}, {col}]) リスト 補完桁とトリガーテキストを取得 | |
complete_match([{lnum}, {col}]) リスト 補完桁と補完のトリガーテキストを取得 |
のような明確化してもいいのかなとは思いました。
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.
Approveではあったので、やりなおし
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.
1箇所のみ。他は良さげです。
ンデックスは-1 になる (入力されたテキストのみ、 | ||
または <Up> キーまたは <Down> キーを使用した場 | ||
合は、項目が選択されていない状態で最後に補完さ | ||
れた項目が表示される) |
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.
ンデックスは-1 になる (入力されたテキストのみ、 | |
または <Up> キーまたは <Down> キーを使用した場 | |
合は、項目が選択されていない状態で最後に補完さ | |
れた項目が表示される) | |
ンデックスは -1 になる (入力されたテキストの | |
み、または <Up> キーまたは <Down> キーを使用し | |
た場合は、項目が選択されていない状態で最後に補 | |
完された項目が表示される) |
数字の前のスペース抜けです。
No description provided.