File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
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 05
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 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -12,9 +12,17 @@ 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
- 1 . Autocommands *gzip-autocmd*
25
+ 2 . Autocommands *gzip-autocmd*
18
26
19
27
The plugin installs autocommands to intercept reading and writing of files
20
28
with these extensions:
You can’t perform that action at this time.
0 commit comments