-
Notifications
You must be signed in to change notification settings - Fork 65
Update {repeat,testing}.{txt.jax) #981
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
k-takata
merged 8 commits into
vim-jp:master
from
tsuyoshicho:update/20211201/repeat-testing
Dec 14, 2021
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
620da20
{repeat,testing}.txt: Update Vim 8.2.3715
tsuyoshicho bb144d2
{repeat,testing}.jax: Update Vim 8.2.3715 translate a part
tsuyoshicho 96c59a3
{repeat,testing}.jax: Update Vim 8.2.3715 translate a part
tsuyoshicho 171ea02
repeat.jax: fix review suggestion
tsuyoshicho de1ea93
repeat.jax: fix translate
tsuyoshicho 79f19d0
repeat.jax: re-translate a part
tsuyoshicho c50b233
{repeat,testing}.jax: fix spacing and translate
tsuyoshicho c45503c
repeat.jax: fix for more adjust
tsuyoshicho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*testing.txt* For Vim バージョン 8.2. Last change: 2021 Jul 07 | ||
*testing.txt* For Vim バージョン 8.2. Last change: 2021 Aug 15 | ||
|
||
|
||
VIMリファレンスマニュアル by Bram Moolenaar | ||
|
@@ -46,6 +46,7 @@ test_alloc_fail({id}, {countdown}, {repeat}) *test_alloc_fail()* | |
|method| としても使用できる: > | ||
GetAllocId()->test_alloc_fail() | ||
|
||
|
||
test_autochdir() *test_autochdir()* | ||
Vimの起動が完了する前に 'autochdir' の効果を有効にするためのフ | ||
ラグをセットする。 | ||
|
@@ -59,6 +60,7 @@ test_feedinput({string}) *test_feedinput()* | |
|method| としても使用できる: > | ||
GetText()->test_feedinput() | ||
|
||
|
||
test_garbagecollect_now() *test_garbagecollect_now()* | ||
garbagecollect() とほぼ同じであるが、この関数はガーベッジコレ | ||
クトを直ちに実行する。この関数を実行する場合は、構造体が内部に | ||
|
@@ -82,15 +84,16 @@ test_getvalue({name}) *test_getvalue()* | |
*test_gui_drop_files()* | ||
test_gui_drop_files({list}, {row}, {col}, {mods}) | ||
{list} の1つ以上のファイルをウィンドウの {row} 行 {col} 列にド | ||
ロップする。この関数は |drag-n-drop| 機能が存在するGUI版のVim | ||
でのみ動作する。 | ||
ロップする。この関数は |drop_file| 機能が存在するGUI版のVim で | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 空白の入れ方が |
||
のみ動作する。 | ||
|
||
{mods} としてサポートされる値: | ||
0x4 Shift | ||
0x8 Alt | ||
0x10 Ctrl | ||
ファイルは引数リストに追加され、{list} の最初のファイルの編集 | ||
がウィンドウで開始される。詳細は |drag-n-drop| を参照。 | ||
ファイルは引数リスト |argument-list| に追加され、{list} の最初 | ||
のファイルの編集がウィンドウで開始される。詳細は |drag-n-drop| | ||
を参照。 | ||
|
||
*test_gui_mouse_event()* | ||
test_gui_mouse_event({button}, {row}, {col}, {multiclick}, {modifiers}) | ||
|
@@ -131,6 +134,7 @@ test_ignore_error({expr}) *test_ignore_error()* | |
|method| としても使用できる: > | ||
GetErrorText()->test_ignore_error() | ||
|
||
|
||
test_null_blob() *test_null_blob()* | ||
null の |Blob| を返す。これはテストのみに使われる。 | ||
|
||
|
@@ -165,14 +169,6 @@ test_null_string() *test_null_string()* | |
null の |String| を返す。これはテストのみに使われる。 | ||
|
||
|
||
test_unknown() *test_unknown()* | ||
unknown型の値を返す。これはテストのみに使われる。 | ||
|
||
|
||
test_void() *test_void()* | ||
void型の値を返す。これはテストのみに使われる。 | ||
|
||
|
||
test_option_not_set({name}) *test_option_not_set()* | ||
オプション {name} が設定されたことを示すフラグをリセットする。 | ||
したがって、それはまだデフォルト値を持っているように見える。次 | ||
|
@@ -224,6 +220,7 @@ test_override({name}, {val}) *test_override()* | |
< |method| としても使用できる: > | ||
GetOverrideVal()-> test_override('starting') | ||
|
||
|
||
test_refcount({expr}) *test_refcount()* | ||
{expr} の参照カウントを返す。{expr} が参照カウントを持たない型 | ||
の場合は、-1 を返す。この関数はテスト用。 | ||
|
@@ -253,13 +250,15 @@ test_scrollbar({which}, {value}, {dragging}) *test_scrollbar()* | |
|method| としても使用できる: > | ||
GetValue()->test_scrollbar('right', 0) | ||
|
||
|
||
test_setmouse({row}, {col}) *test_setmouse()* | ||
次のマウス操作に使用するマウス位置を設定する。 | ||
{row} と {col} は 1ベースである。 | ||
例: > | ||
call test_setmouse(4, 20) | ||
call feedkeys("\<LeftMouse>", "xt") | ||
|
||
|
||
test_settime({expr}) *test_settime()* | ||
Vim が内部的に用いる時間を設定する。現在は history のタイムス | ||
タンプ、viminfo のタイムスタンプ、undo に使用されている。 | ||
|
@@ -271,10 +270,19 @@ test_settime({expr}) *test_settime()* | |
|method| としても使用できる: > | ||
GetTime()->test_settime() | ||
|
||
|
||
test_srand_seed([seed]) *test_srand_seed()* | ||
[seed] が渡されたときは `srand()` で使われる種の値を設定する。 | ||
省略されたときはテスト用の種を削除する。 | ||
|
||
|
||
test_unknown() *test_unknown()* | ||
unknown型の値を返す。これはテストのみに使われる。 | ||
|
||
|
||
test_void() *test_void()* | ||
void型の値を返す。これはテストのみに使われる。 | ||
|
||
============================================================================== | ||
3. Assert関数 *assert-functions-details* | ||
|
||
|
@@ -440,7 +448,7 @@ assert_notmatch({pattern}, {actual} [, {msg}]) | |
|
||
|
||
assert_report({msg}) *assert_report()* | ||
テストの失敗を {msg} を使って直接報告する。 | ||
テストの失敗を文字列 {msg} を使って直接報告する。 | ||
常に 1 を返す。 | ||
|
||
|method| としても使用できる: > | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
「...次行へ続いて、...バックスラッシュを使わずに行継続しているとき」のような気がしました。