aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/pi_tar.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-10-29 17:41:22 +0200
committerGitHub <noreply@github.com>2022-10-29 17:41:22 +0200
commit6884f017b53369d6c9b06ddd3aedeb642dbd24a8 (patch)
treeb321f2eed50fdc773ff616fd1105c908d31b1261 /runtime/doc/pi_tar.txt
parent356244d50ba01c63b3ac33057a69462c4029612c (diff)
downloadrneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.tar.gz
rneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.tar.bz2
rneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.zip
vim-patch:partial:6ebe4f970b8b (#20860)
Update runtime files https://github.com/vim/vim/commit/6ebe4f970b8b398087076a72a7aae6e680fb92da Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/pi_tar.txt')
-rw-r--r--runtime/doc/pi_tar.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/pi_tar.txt b/runtime/doc/pi_tar.txt
index c6c0596ea0..0b2ab1690b 100644
--- a/runtime/doc/pi_tar.txt
+++ b/runtime/doc/pi_tar.txt
@@ -80,20 +80,20 @@ Copyright 2005-2017: *tar-copyright*
These options are variables that one may change, typically in one's
<.vimrc> file.
- Default
- Variable Value Explanation
+ Default
+ Variable Value Explanation
*g:tar_browseoptions* "Ptf" used to get a list of contents
- *g:tar_readoptions* "OPxf" used to extract a file from a tarball
- *g:tar_cmd* "tar" the name of the tar program
- *g:tar_nomax* 0 if true, file window will not be maximized
- *g:tar_secure* undef if exists:
+ *g:tar_readoptions* "OPxf" used to extract a file from a tarball
+ *g:tar_cmd* "tar" the name of the tar program
+ *g:tar_nomax* 0 if true, file window will not be maximized
+ *g:tar_secure* undef if exists:
"--"s will be used to prevent unwanted
option expansion in tar commands.
Please be sure that your tar command
accepts "--"; Posix compliant tar
utilities do accept them.
if not exists:
- The tar plugin will reject any tar
+ The tar plugin will reject any tar
files or member files that begin with
"-"
Not all tar's support the "--" which is why