File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11
1
+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1237,6 +1237,8 @@ Vimサーバー: *server-functions*
1237
1237
json_decode() JSONの文字列をVimの型にデコードする
1238
1238
js_encode() 式をJSONの文字列にエンコードする
1239
1239
js_decode() JSONの文字列をVimの型にデコードする
1240
+ base64_encode() blob を base64 文字列にエンコードする
1241
+ base64_decode() base64 文字列を blob にデコードする
1240
1242
err_teapot() エラー 418 または 503 を与える
1241
1243
1242
1244
ジョブ: *job-functions*
@@ -1380,6 +1382,7 @@ Registers: *register-functions*
1380
1382
getcellpixels() セルのピクセルサイズのリストを取得
1381
1383
getpid() Vim のプロセスIDを得る
1382
1384
getscriptinfo() 読み込んだ Vim script のリストを取得
1385
+ getstacktrace() Vim script の現在のスタックトレースを取得する
1383
1386
getimstatus() IME のステータスがアクティブかをチェック
1384
1387
interrupt() スクリプトの実行を中断する
1385
1388
windowsversion() MS-Windows バージョンの取得
Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim version 9.1. Last change: 2024 Nov 11
1
+ *usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 02
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -1263,6 +1263,8 @@ Inter-process communication: *channel-functions*
1263
1263
json_decode() decode a JSON string to Vim types
1264
1264
js_encode() encode an expression to a JSON string
1265
1265
js_decode() decode a JSON string to Vim types
1266
+ base64_encode() encode a blob into a base64 string
1267
+ base64_decode() decode a base64 string into a blob
1266
1268
err_teapot() give error 418 or 503
1267
1269
1268
1270
Jobs: *job-functions*
@@ -1397,7 +1399,8 @@ Various: *various-functions*
1397
1399
eventhandler() check if invoked by an event handler
1398
1400
getcellpixels() get List of cell pixel size
1399
1401
getpid() get process ID of Vim
1400
- getscriptinfo() get list of sourced vim scripts
1402
+ getscriptinfo() get list of sourced Vim scripts
1403
+ getstacktrace() get current stack trace of Vim scripts
1401
1404
getimstatus() check if IME status is active
1402
1405
interrupt() interrupt script execution
1403
1406
windowsversion() get MS-Windows version
You can’t perform that action at this time.
0 commit comments