@@ -860,24 +860,24 @@ Vimサーバー: *server-functions*
860
860
winsaveview() カレントウィンドウのビューを取得
861
861
winrestview() カレントウィンドウのビューを復元
862
862
863
- マッピング: *mapping-functions*
863
+ マッピング: *mapping-functions*
864
864
hasmapto() マップの存在をチェック
865
865
mapcheck() マッチするマップの存在をチェック
866
866
maparg() マップのrhs(展開結果)を得る
867
867
wildmenumode() wildmodeが有効かどうかをチェック
868
868
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かどうかテストする
873
873
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の文字列を式に変換する
881
881
882
882
その他: *various-functions*
883
883
mode() 現在の編集モードを得る
@@ -905,12 +905,12 @@ Inter-process communication:
905
905
taglist() マッチするタグのリストを取得
906
906
tagfiles() タグファイルのリストを取得
907
907
908
- luaeval() Luaの式を評価する
908
+ luaeval() | Lua | の式を評価する
909
909
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() バッファ内のバイト数/単語数/文字数などを得る
914
914
915
915
==============================================================================
916
916
*41.7* 関数を定義する
0 commit comments