Skip to content

Commit

Permalink
Update pi_zip.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Nov 14, 2023
1 parent eaa17a8 commit 1f257a8
Show file tree
Hide file tree
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 |
Expand Down Expand Up @@ -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
<
ロードの無効化~

Expand Down
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 |
Expand Down Expand Up @@ -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~

Expand Down

0 comments on commit 1f257a8

Please sign in to comment.