Skip to content

Commit 45d9fd2

Browse files
authored
Merge pull request #1906 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents 364c9b6 + 31f435d commit 45d9fd2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/usr_41.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1237,6 +1237,8 @@ Vimサーバー: *server-functions*
12371237
json_decode() JSONの文字列をVimの型にデコードする
12381238
js_encode() 式をJSONの文字列にエンコードする
12391239
js_decode() JSONの文字列をVimの型にデコードする
1240+
base64_encode() blob を base64 文字列にエンコードする
1241+
base64_decode() base64 文字列を blob にデコードする
12401242
err_teapot() エラー 418 または 503 を与える
12411243

12421244
ジョブ: *job-functions*
@@ -1380,6 +1382,7 @@ Registers: *register-functions*
13801382
getcellpixels() セルのピクセルサイズのリストを取得
13811383
getpid() Vim のプロセスIDを得る
13821384
getscriptinfo() 読み込んだ Vim script のリストを取得
1385+
getstacktrace() Vim script の現在のスタックトレースを取得する
13831386
getimstatus() IME のステータスがアクティブかをチェック
13841387
interrupt() スクリプトの実行を中断する
13851388
windowsversion() MS-Windows バージョンの取得

en/usr_41.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -1263,6 +1263,8 @@ Inter-process communication: *channel-functions*
12631263
json_decode() decode a JSON string to Vim types
12641264
js_encode() encode an expression to a JSON string
12651265
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
12661268
err_teapot() give error 418 or 503
12671269

12681270
Jobs: *job-functions*
@@ -1397,7 +1399,8 @@ Various: *various-functions*
13971399
eventhandler() check if invoked by an event handler
13981400
getcellpixels() get List of cell pixel size
13991401
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
14011404
getimstatus() check if IME status is active
14021405
interrupt() interrupt script execution
14031406
windowsversion() get MS-Windows version

0 commit comments

Comments
 (0)