|
3 | 3 | helpname: 'pi_tar' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="pi_tar.html" name="pi_tar.txt">pi_tar.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 16<br> |
| 6 | +<a class="Constant" href="pi_tar.html" name="pi_tar.txt">pi_tar.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 15<br> |
7 | 7 | <br> |
8 | 8 | +====================+<br> |
9 | 9 | | Tar File Interface |<br> |
10 | 10 | +====================+<br> |
11 | 11 | <br> |
12 | | -Author: Charles E. Campbell < [email protected]> <br> |
13 | | - (まずメールアドレスから NOSPAM を削除する)<br> |
| 12 | +Original Author: Charles E. Campbell<br> |
14 | 13 | Copyright 2005-2017: <a class="Constant" href="pi_tar.html#tar-copyright" name="tar-copyright">tar-copyright</a><br> |
15 | 14 | The VIM LICENSE (see <a class="Identifier" href="uganda.html#copyright">copyright</a>) applies to the files in this<br> |
16 | 15 | package, including tarPlugin.vim, tar.vim, and pi_tar.txt. Like<br> |
|
99 | 98 | <span class="Statement"> </span><a class="Constant" href="pi_tar.html#g:tar_readoptions" name="g:tar_readoptions">g:tar_readoptions</a> "OPxf" tar ファイルから抽出するときに使われる<br> |
100 | 99 | <span class="Statement"> </span><a class="Constant" href="pi_tar.html#g:tar_cmd" name="g:tar_cmd">g:tar_cmd</a> "tar" tar プログラムの名前<br> |
101 | 100 | <span class="Statement"> </span><a class="Constant" href="pi_tar.html#g:tar_nomax" name="g:tar_nomax">g:tar_nomax</a> 0 true ならファイルウィンドウが最大化されない<br> |
102 | | -<span class="Statement"> </span><a class="Constant" href="pi_tar.html#g:tar_secure" name="g:tar_secure">g:tar_secure</a> undef 変数が存在する場合:<br> |
103 | | - "--" を使って、ファイル名がオプション<br> |
104 | | - 指定として解釈されるのを防ぐ。<br> |
105 | | - tar コマンドが "--" に対応している必要<br> |
106 | | - がある。Posix 互換の tar なら対応して<br> |
107 | | - いるはずである。<br> |
108 | | - 変数が存在しない場合:<br> |
109 | | - tar プラグインは "-" で始まる tar ファ<br> |
110 | | - イルまたは中のファイルを受け付けない。<br> |
111 | | - すべての tar が "--" をサポートしているわけ<br> |
112 | | - ではないので、これがデフォルトではない。<br> |
113 | 101 | <span class="Statement"> </span><a class="Constant" href="pi_tar.html#g:tar_writeoptions" name="g:tar_writeoptions">g:tar_writeoptions</a> "uf" ファイルを更新/置換するときに使われる<br> |
114 | 102 | <br> |
115 | 103 | <br> |
116 | 104 | <span class="PreProc">==============================================================================</span><br> |
117 | 105 | 4. 開発履歴 <a class="Constant" href="pi_tar.html#tar-history" name="tar-history">tar-history</a><br> |
118 | 106 | <br> |
| 107 | + unreleased:<br> |
| 108 | + Jul 13, 2025 * drop leading /<br> |
| 109 | + May 19, 2025 * restore working directory after read/write<br> |
| 110 | + Apr 16, 2025 * decouple from netrw by adding s:WinPath()<br> |
| 111 | + instead of shelling out to file(1)<br> |
| 112 | + Mar 02, 2025 * determine the compression using readblob()<br> |
| 113 | + Mar 02, 2025 * escape the filename before using :read<br> |
| 114 | + Mar 01, 2025 * fix syntax error in tar#Read()<br> |
| 115 | + Feb 28, 2025 * add support for bzip3 (#16755)<br> |
| 116 | + Feb 06, 2025 * add support for lz4 (#16591)<br> |
| 117 | + Nov 11, 2024 * support permissions (#7379)<br> |
| 118 | + Feb 19, 2024 * announce adoption<br> |
| 119 | + Jan 08, 2024 * fix a few problems (#138331, #12637, #8109)<br> |
119 | 120 | v31 Apr 02, 2017 * (klartext) reported that browsing encrypted<br> |
120 | 121 | files in a zip archive created unencrypted<br> |
121 | 122 | swap files. I am applying a similar fix<br> |
|
0 commit comments