File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *pi_zip.txt* For Vim バージョン 9.0. Last change: 2023 Mar 12
1
+ *pi_zip.txt* For Vim バージョン 9.0. Last change: 2023 Nov 05
2
2
3
3
+====================+
4
4
| Zip File Interface |
@@ -66,6 +66,13 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
66
66
このオプションは zip アーカイブからファイルを解凍する為のプログラム(とそれ
67
67
に必要なオプション)を指定します。初期設定: >
68
68
let g:zip_extractcmd= g:zip_unzipcmd
69
+ <
70
+ *g:zip_exec*
71
+ セキュリティ上の理由から、バッファを開くときに Vim が実行可能ファイルを自動
72
+ 的に実行しないようにすることもできます。このオプション (デフォルト: "1") を
73
+ "0" に設定すると、"unzip" コマンドを実行しないようにするために使用できます:
74
+ >
75
+ let g:zip_exec=0
69
76
<
70
77
ロードの無効化~
71
78
Original file line number Diff line number Diff line change 1
- *pi_zip.txt* For Vim version 9.0. Last change: 2023 Mar 12
1
+ *pi_zip.txt* For Vim version 9.0. Last change: 2023 Nov 05
2
2
3
3
+====================+
4
4
| Zip File Interface |
@@ -69,6 +69,13 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
69
69
This option specifies the program (and any options needed) used to
70
70
extract a file from a zip archive. By default, >
71
71
let g:zip_extractcmd= g:zip_unzipcmd
72
+ <
73
+ *g:zip_exec*
74
+ For security reasons, one may prevent that Vim runs executables
75
+ automatically when opening a buffer. This option (default: "1")
76
+ can be used to prevent executing the "unzip" command when set to
77
+ "0": >
78
+ let g:zip_exec=0
72
79
<
73
80
PREVENTING LOADING~
74
81
You can’t perform that action at this time.
0 commit comments