File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- *pi_gzip.txt* For Vim バージョン 9.0. Last change: 2019 May 05
1
+ *pi_gzip.txt* For Vim バージョン 9.0. Last change: 2023 Nov 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
12
12
このプラグインは 'compatible' がオフのときだけ利用できます。
13
13
変数 "loaded_gzip" を設定することでプラグインが読み込まれないようにできます: >
14
14
:let loaded_gzip = 1
15
+ <
16
+ *g:gzip_exec*
17
+
18
+ セキュリティ上の理由から、バッファを開くときに Vim が実行可能ファイルを自動的
19
+ に実行しないようにすることもできます。このオプション (デフォルト: "1") を "0"
20
+ に設定すると、実行可能コマンドの実行を防止するために使用できます: >
21
+ :let g:gzip_exec = 0
22
+ <
15
23
16
24
==============================================================================
17
25
1. 自動実行コマンド *gzip-autocmd*
Original file line number Diff line number Diff line change 1
- *pi_gzip.txt* For Vim version 9.0. Last change: 2019 May 05
1
+ *pi_gzip.txt* For Vim version 9.0. Last change: 2023 Nov 14
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12,6 +12,14 @@ The functionality mentioned here is a |standard-plugin|.
12
12
This plugin is only available if 'compatible' is not set.
13
13
You can avoid loading this plugin by setting the "loaded_gzip" variable: >
14
14
:let loaded_gzip = 1
15
+ <
16
+ *g:gzip_exec*
17
+
18
+ For security reasons, one may prevent that Vim runs executables automatically
19
+ when opening a buffer. This option (default: "1") can be used to prevent
20
+ executing the executables command when set to "0": >
21
+ :let g:gzip_exec = 0
22
+ <
15
23
16
24
==============================================================================
17
25
1. Autocommands *gzip-autocmd*
You can’t perform that action at this time.
0 commit comments