1
- *pi_zip.txt* For Vim バージョン 9.0. Last change: 2021 Nov 08
1
+ *pi_zip.txt* For Vim バージョン 9.0. Last change: 2022 Oct 17
2
2
3
3
+====================+
4
4
| Zip File Interface |
@@ -38,7 +38,7 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
38
38
39
39
オプション~
40
40
41
- *g:zip_nomax*
41
+ *g:zip_nomax*
42
42
43
43
この変数が存在し、その値が真なら、ファイルを開いたときにウィンドウを最大化
44
44
しません。
@@ -52,20 +52,20 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
52
52
です。クォート自体をしたくない場合は <.vimrc> の中で g:zip_shq に空文字を設
53
53
定してください (let g:zip_shq = "")。
54
54
55
- *g:zip_unzipcmd*
55
+ *g:zip_unzipcmd*
56
56
"unzip" として使用するプログラムを指定します。これはブラウジングに使用され
57
57
ます。初期設定: >
58
- let g:zip_unzipcmd= "unzip"
58
+ let g:zip_unzipcmd= "unzip"
59
59
<
60
60
*g:zip_zipcmd*
61
61
"zip" として使用するプログラムを指定します。これは zip ファイルを保存する
62
62
(更新する) ときに使用されます。初期設定: >
63
- let g:zip_zipcmd= "zip"
63
+ let g:zip_zipcmd= "zip"
64
64
<
65
65
*g:zip_extractcmd*
66
66
このオプションは zip アーカイブからファイルを解凍する為のプログラム(とそれ
67
67
に必要なオプション)を指定します。初期設定: >
68
- let g:zip_extractcmd= g:zip_unzipcmd
68
+ let g:zip_extractcmd= g:zip_unzipcmd
69
69
<
70
70
ロードの無効化~
71
71
@@ -98,14 +98,14 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
98
98
==============================================================================
99
99
4. 開発履歴 *zip-history* {{{1
100
100
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
101
- been changed to zipfile:// . This often shows up
101
+ been changed to zipfile:// . This often shows up
102
102
as zipfile:/// with zipped files that are root-based.
103
103
v29 Apr 02, 2017 * (Klartext) reported that an encrypted zip file could
104
- opened but the swapfile held unencrypted contents.
104
+ opened but the swapfile held unencrypted contents.
105
105
The solution is to edit the contents of a zip file
106
106
using the | :noswapfile | modifier.
107
107
v28 Oct 08, 2014 * changed the sanity checks for executables to reflect
108
- the command actually to be attempted in zip#Read()
108
+ the command actually to be attempted in zip#Read()
109
109
and zip#Write()
110
110
* added the extraction of a file capability
111
111
Nov 30, 2015 * added *.epub to the | g:zipPlugin_ext | list
0 commit comments