comparison runtime/doc/pi_tar.txt @ 31028:5acd6f02ea35

Update runtime files Commit: https://github.com/vim/vim/commit/76db9e076318cb0ae846f43b7549ad4f2d234c0b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 9 21:21:04 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 22:30:09 +0100
parents eb2638f278bf
children 4635e43f2c6f
comparison
equal deleted inserted replaced
31027:723450cea4f9 31028:5acd6f02ea35
80 80
81 These options are variables that one may change, typically in one's 81 These options are variables that one may change, typically in one's
82 <.vimrc> file. 82 <.vimrc> file.
83 Default 83 Default
84 Variable Value Explanation 84 Variable Value Explanation
85 *g:tar_browseoptions* "Ptf" used to get a list of contents 85 *g:tar_browseoptions* "Ptf" used to get a list of contents
86 *g:tar_readoptions* "OPxf" used to extract a file from a tarball 86 *g:tar_readoptions* "OPxf" used to extract a file from a tarball
87 *g:tar_cmd* "tar" the name of the tar program 87 *g:tar_cmd* "tar" the name of the tar program
88 *g:tar_nomax* 0 if true, file window will not be maximized 88 *g:tar_nomax* 0 if true, file window will not be maximized
89 *g:tar_secure* undef if exists: 89 *g:tar_secure* undef if exists:
90 "--"s will be used to prevent unwanted 90 "--"s will be used to prevent unwanted
96 The tar plugin will reject any tar 96 The tar plugin will reject any tar
97 files or member files that begin with 97 files or member files that begin with
98 "-" 98 "-"
99 Not all tar's support the "--" which is why 99 Not all tar's support the "--" which is why
100 it isn't default. 100 it isn't default.
101 *g:tar_writeoptions* "uf" used to update/replace a file 101 *g:tar_writeoptions* "uf" used to update/replace a file
102 102
103 103
104 ============================================================================== 104 ==============================================================================
105 4. History *tar-history* 105 4. History *tar-history*
106 106