|
3 | 3 | helpname: 'usr_41' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="usr_41.html" name="usr_41.txt">usr_41.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Nov 11<br> |
| 6 | +<a class="Constant" href="usr_41.html" name="usr_41.txt">usr_41.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jan 02<br> |
7 | 7 | <br> |
8 | 8 | VIM USER MANUAL - by Bram Moolenaar<br> |
9 | 9 | <br> |
|
1242 | 1242 | json_decode() JSONの文字列をVimの型にデコードする<br> |
1243 | 1243 | js_encode() 式をJSONの文字列にエンコードする<br> |
1244 | 1244 | js_decode() JSONの文字列をVimの型にデコードする<br> |
| 1245 | + base64_encode() blob を base64 文字列にエンコードする<br> |
| 1246 | + base64_decode() base64 文字列を blob にデコードする<br> |
1245 | 1247 | err_teapot() エラー 418 または 503 を与える<br> |
1246 | 1248 | <br> |
1247 | 1249 | ジョブ: <a class="Constant" href="usr_41.html#job-functions" name="job-functions">job-functions</a><br> |
|
1385 | 1387 | getcellpixels() セルのピクセルサイズのリストを取得<br> |
1386 | 1388 | getpid() Vim のプロセスIDを得る<br> |
1387 | 1389 | getscriptinfo() 読み込んだ Vim script のリストを取得<br> |
| 1390 | + getstacktrace() Vim script の現在のスタックトレースを取得する<br> |
1388 | 1391 | getimstatus() IME のステータスがアクティブかをチェック<br> |
1389 | 1392 | interrupt() スクリプトの実行を中断する<br> |
1390 | 1393 | windowsversion() MS-Windows バージョンの取得<br> |
|
0 commit comments