|
1 |
| -*pi_tar.txt* For Vim version 9.1. Last change: 2025 Mar 16 |
| 1 | +*pi_tar.txt* For Vim version 9.1. Last change: 2025 Jul 15 |
2 | 2 |
|
3 | 3 | +====================+
|
4 | 4 | | Tar File Interface |
|
5 | 5 | +====================+
|
6 | 6 |
|
7 |
| -Author: Charles E. Campbell < [email protected]> |
8 |
| - (remove NOSPAM from Campbell's email first) |
| 7 | +Original Author: Charles E. Campbell |
9 | 8 | Copyright 2005-2017: *tar-copyright*
|
10 | 9 | The VIM LICENSE (see |copyright|) applies to the files in this
|
11 | 10 | package, including tarPlugin.vim, tar.vim, and pi_tar.txt. Like
|
@@ -61,7 +60,7 @@ Copyright 2005-2017: *tar-copyright*
|
61 | 60 | the file mentioned in the tarball. If the current directory is not
|
62 | 61 | correct for that path, :TarDiff will fail to find the associated file.
|
63 | 62 |
|
64 |
| - If the [filename] is given, that that filename (and path) will be used |
| 63 | + If the [filename] is given, that filename (and path) will be used |
65 | 64 | to specify the associated file.
|
66 | 65 |
|
67 | 66 |
|
@@ -95,24 +94,25 @@ Copyright 2005-2017: *tar-copyright*
|
95 | 94 | *g:tar_readoptions* "OPxf" used to extract a file from a tarball
|
96 | 95 | *g:tar_cmd* "tar" the name of the tar program
|
97 | 96 | *g:tar_nomax* 0 if true, file window will not be maximized
|
98 |
| - *g:tar_secure* undef if exists: |
99 |
| - "--"s will be used to prevent unwanted |
100 |
| - option expansion in tar commands. |
101 |
| - Please be sure that your tar command |
102 |
| - accepts "--"; Posix compliant tar |
103 |
| - utilities do accept them. |
104 |
| - if not exists: |
105 |
| - The tar plugin will reject any tar |
106 |
| - files or member files that begin with |
107 |
| - "-" |
108 |
| - Not all tar's support the "--" which is why |
109 |
| - it isn't default. |
110 | 97 | *g:tar_writeoptions* "uf" used to update/replace a file
|
111 | 98 |
|
112 | 99 |
|
113 | 100 | ==============================================================================
|
114 | 101 | 4. History *tar-history*
|
115 | 102 |
|
| 103 | + unreleased: |
| 104 | + Jul 13, 2025 * drop leading / |
| 105 | + May 19, 2025 * restore working directory after read/write |
| 106 | + Apr 16, 2025 * decouple from netrw by adding s:WinPath() |
| 107 | + instead of shelling out to file(1) |
| 108 | + Mar 02, 2025 * determine the compression using readblob() |
| 109 | + Mar 02, 2025 * escape the filename before using :read |
| 110 | + Mar 01, 2025 * fix syntax error in tar#Read() |
| 111 | + Feb 28, 2025 * add support for bzip3 (#16755) |
| 112 | + Feb 06, 2025 * add support for lz4 (#16591) |
| 113 | + Nov 11, 2024 * support permissions (#7379) |
| 114 | + Feb 19, 2024 * announce adoption |
| 115 | + Jan 08, 2024 * fix a few problems (#138331, #12637, #8109) |
116 | 116 | v31 Apr 02, 2017 * (klartext) reported that browsing encrypted
|
117 | 117 | files in a zip archive created unencrypted
|
118 | 118 | swap files. I am applying a similar fix
|
|
0 commit comments