comparison runtime/doc/pi_gzip.txt @ 33721:d7ac49e53d62

runtime(doc): document vim-script library function Commit: https://github.com/vim/vim/commit/da4e433dc3bee7fa521df3c7235d49a6732134ef Author: Christian Brabandt <cb@256bit.org> Date: Sun Nov 5 10:45:12 2023 +0100 runtime(doc): document vim-script library function Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2023 11:00:03 +0100
parents f8116058ca76
children fc557aa379ef
comparison
equal deleted inserted replaced
33720:954e03e17c58 33721:d7ac49e53d62
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 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
10 10
11 The functionality mentioned here is a |standard-plugin|. 11 The functionality mentioned here is a |standard-plugin|.
12 This plugin is only available if 'compatible' is not set. 12 This plugin is only available if 'compatible' is not set.
13 You can avoid loading this plugin by setting the "loaded_gzip" variable: > 13 You can avoid loading this plugin by setting the "loaded_gzip" variable: >
14 :let loaded_gzip = 1 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 The plugin installs autocommands to intercept reading and writing of files 27 The plugin installs autocommands to intercept reading and writing of files
20 with these extensions: 28 with these extensions:
21 29
22 extension compression ~ 30 extension compression ~