Skip to content

Commit

Permalink
Merge pull request #1906 from h-east/update-usr_41
Browse files Browse the repository at this point in the history
Update usr_41.{txt,jax}
  • Loading branch information
h-east authored Jan 6, 2025
2 parents 364c9b6 + 31f435d commit 45d9fd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -1380,6 +1382,7 @@ Registers: *register-functions*
getcellpixels() セルのピクセルサイズのリストを取得
getpid() Vim のプロセスIDを得る
getscriptinfo() 読み込んだ Vim script のリストを取得
getstacktrace() Vim script の現在のスタックトレースを取得する
getimstatus() IME のステータスがアクティブかをチェック
interrupt() スクリプトの実行を中断する
windowsversion() MS-Windows バージョンの取得
Expand Down
7 changes: 5 additions & 2 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 45d9fd2

Please sign in to comment.