Skip to content

Commit ba6840d

Browse files
committed
Merge pull request #171 from rbtnn/devel
Translated doc/usr_41
2 parents 426d6ea + 5ab2f4b commit ba6840d

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

catchup-7.4.1194.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
doc/term.jax
4343
doc/usr_02.jax # 行数は多いけど、まとまった書き換えで、楽そう
4444
doc/usr_03.jax
45-
doc/usr_41.jax
4645
doc/various.jax
4746

4847
こっから先は100行超えるので、嫌。
@@ -64,6 +63,7 @@
6463
doc/quickfix.jax
6564
doc/usr_29.jax
6665
doc/usr_43.jax
66+
doc/usr_41.jax
6767
doc/vi_diff.jax
6868

6969
### その他/深い事情があって断念したもの

doc/usr_41.jax

+17-17
Original file line numberDiff line numberDiff line change
@@ -860,24 +860,24 @@ Vimサーバー: *server-functions*
860860
winsaveview() カレントウィンドウのビューを取得
861861
winrestview() カレントウィンドウのビューを復元
862862

863-
マッピング: *mapping-functions*
863+
マッピング: *mapping-functions*
864864
hasmapto() マップの存在をチェック
865865
mapcheck() マッチするマップの存在をチェック
866866
maparg() マップのrhs(展開結果)を得る
867867
wildmenumode() wildmodeが有効かどうかをチェック
868868

869-
Testing: *test-functions*
870-
assert_equal() assert that two expressions values are equal
871-
assert_false() assert that an expression is false
872-
assert_true() assert that an expression is true
869+
テスト用: *test-functions*
870+
assert_equal() 2つの式が等しいかどうかテストする
871+
assert_false() 式がfalseかどうかテストする
872+
assert_true() 式がtrueかどうかテストする
873873

874-
Inter-process communication:
875-
connect() open a channel
876-
disconnect() close a channel
877-
sendexpr() send a JSON message over a channel
878-
sendraw() send a raw message over a channel
879-
jsonencode() encode an expression to a JSON string
880-
jsondecode() decode a JSON string to Vim types
874+
プロセス間通信:
875+
connect() チャンネルを開く
876+
disconnect() チャンネルを閉じる
877+
sendexpr() チャンネルにJSONメッセージを送る
878+
sendraw() チャンネルにrawメッセージを送る
879+
jsonencode() 式をJSONの文字列に変換する
880+
jsondecode() JSONの文字列を式に変換する
881881

882882
その他: *various-functions*
883883
mode() 現在の編集モードを得る
@@ -905,12 +905,12 @@ Inter-process communication:
905905
taglist() マッチするタグのリストを取得
906906
tagfiles() タグファイルのリストを取得
907907

908-
luaeval() Luaの式を評価する
908+
luaeval() |Lua|の式を評価する
909909
mzeval() |MzScheme| の式を評価する
910-
perleval() evaluate Perl expression (|+perl|)
911-
py3eval() Pythonの式を評価する (|+python3|)
912-
pyeval() Pythonの式を評価する (|+python|)
913-
wordcount() get byte/word/char count of buffer
910+
perleval() |Perl|の式を評価する (|+perl|)
911+
py3eval() |Python|の式を評価する (|+python3|)
912+
pyeval() |Python|の式を評価する (|+python|)
913+
wordcount() バッファ内のバイト数/単語数/文字数などを得る
914914

915915
==============================================================================
916916
*41.7* 関数を定義する

0 commit comments

Comments
 (0)