From 31f435de8edbf376beee72f298b37956ed20b906 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 3 Jan 2025 10:51:20 +0900 Subject: [PATCH] Update usr_41.{txt,jax} --- doc/usr_41.jax | 5 ++++- en/usr_41.txt | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/usr_41.jax b/doc/usr_41.jax index 9e3a0948a..022156dbc 100644 --- a/doc/usr_41.jax +++ b/doc/usr_41.jax @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11 +*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02 VIM USER MANUAL - by Bram Moolenaar @@ -1237,6 +1237,8 @@ Vimサーバー: *server-functions* json_decode() JSONの文字列をVimの型にデコードする js_encode() 式をJSONの文字列にエンコードする js_decode() JSONの文字列をVimの型にデコードする + base64_encode() blob を base64 文字列にエンコードする + base64_decode() base64 文字列を blob にデコードする err_teapot() エラー 418 または 503 を与える ジョブ: *job-functions* @@ -1380,6 +1382,7 @@ Registers: *register-functions* getcellpixels() セルのピクセルサイズのリストを取得 getpid() Vim のプロセスIDを得る getscriptinfo() 読み込んだ Vim script のリストを取得 + getstacktrace() Vim script の現在のスタックトレースを取得する getimstatus() IME のステータスがアクティブかをチェック interrupt() スクリプトの実行を中断する windowsversion() MS-Windows バージョンの取得 diff --git a/en/usr_41.txt b/en/usr_41.txt index 36907d249..ded30e35d 100644 --- a/en/usr_41.txt +++ b/en/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 9.1. Last change: 2024 Nov 11 +*usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 02 VIM USER MANUAL - by Bram Moolenaar @@ -1263,6 +1263,8 @@ Inter-process communication: *channel-functions* json_decode() decode a JSON string to Vim types js_encode() encode an expression to a JSON string js_decode() decode a JSON string to Vim types + base64_encode() encode a blob into a base64 string + base64_decode() decode a base64 string into a blob err_teapot() give error 418 or 503 Jobs: *job-functions* @@ -1397,7 +1399,8 @@ Various: *various-functions* eventhandler() check if invoked by an event handler getcellpixels() get List of cell pixel size getpid() get process ID of Vim - getscriptinfo() get list of sourced vim scripts + getscriptinfo() get list of sourced Vim scripts + getstacktrace() get current stack trace of Vim scripts getimstatus() check if IME status is active interrupt() interrupt script execution windowsversion() get MS-Windows version