Skip to content

Commit

Permalink
Merge pull request #1375 from vim-jp/hh-update-pi_zip
Browse files Browse the repository at this point in the history
Update pi_zip.{txt,jax}
h-east authored Nov 17, 2023
2 parents 2bf895d + 1f257a8 commit 91b670b
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion doc/pi_zip.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_zip.txt* For Vim バージョン 9.0. Last change: 2023 Mar 12
*pi_zip.txt* For Vim バージョン 9.0. Last change: 2023 Nov 05

+====================+
| Zip File Interface |
@@ -66,6 +66,13 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
このオプションは zip アーカイブからファイルを解凍する為のプログラム(とそれ
に必要なオプション)を指定します。初期設定: >
let g:zip_extractcmd= g:zip_unzipcmd
<
*g:zip_exec*
セキュリティ上の理由から、バッファを開くときに Vim が実行可能ファイルを自動
的に実行しないようにすることもできます。このオプション (デフォルト: "1") を
"0" に設定すると、"unzip" コマンドを実行しないようにするために使用できます:
>
let g:zip_exec=0
<
ロードの無効化~

9 changes: 8 additions & 1 deletion en/pi_zip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_zip.txt* For Vim version 9.0. Last change: 2023 Mar 12
*pi_zip.txt* For Vim version 9.0. Last change: 2023 Nov 05

+====================+
| Zip File Interface |
@@ -69,6 +69,13 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
This option specifies the program (and any options needed) used to
extract a file from a zip archive. By default, >
let g:zip_extractcmd= g:zip_unzipcmd
<
*g:zip_exec*
For security reasons, one may prevent that Vim runs executables
automatically when opening a buffer. This option (default: "1")
can be used to prevent executing the "unzip" command when set to
"0": >
let g:zip_exec=0
<
PREVENTING LOADING~

0 comments on commit 91b670b

Please sign in to comment.