Skip to content

Commit 75d3971

Browse files
authored
Merge pull request #2586 from h-east/update-pi_tar
Update pi_tar.{txt,jax}
2 parents af8fc31 + 7ab9560 commit 75d3971

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

doc/pi_tar.jax

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*pi_tar.txt* For Vim バージョン 9.2. Last change: 2026 Apr 16
22

33
+====================+
44
| Tar File Interface |
@@ -100,10 +100,17 @@ Copyright 2005-2017: *tar-copyright*
100100
4. 開発履歴 *tar-history*
101101

102102
unreleased:
103+
Apr 16, 2026 * add missing g:tar_secure into tar#Extract
104+
Apr 15, 2026 * add path traversal checks in tar#Extract()
105+
Apr 09, 2026 * fix zstd support and dotted filename support
106+
Apr 06, 2026 * fix lz4 support
107+
Feb 07, 2026 * make path traversal detection more robust
108+
Feb 06, 2026 * fix bug with nowrapscan
109+
Jul 16, 2025 * update minimum required Vim version
103110
Jul 13, 2025 * drop leading /
104111
May 19, 2025 * restore working directory after read/write
105112
Apr 16, 2025 * decouple from netrw by adding s:WinPath()
106-
instead of shelling out to file(1)
113+
instead of shelling out to file(1)
107114
Mar 02, 2025 * determine the compression using readblob()
108115
Mar 02, 2025 * escape the filename before using :read
109116
Mar 01, 2025 * fix syntax error in tar#Read()

en/pi_tar.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*pi_tar.txt* For Vim version 9.2. Last change: 2026 Apr 16
22

33
+====================+
44
| Tar File Interface |
@@ -101,10 +101,17 @@ Copyright 2005-2017: *tar-copyright*
101101
4. History *tar-history*
102102

103103
unreleased:
104+
Apr 16, 2026 * add missing g:tar_secure into tar#Extract
105+
Apr 15, 2026 * add path traversal checks in tar#Extract()
106+
Apr 09, 2026 * fix zstd support and dotted filename support
107+
Apr 06, 2026 * fix lz4 support
108+
Feb 07, 2026 * make path traversal detection more robust
109+
Feb 06, 2026 * fix bug with nowrapscan
110+
Jul 16, 2025 * update minimum required Vim version
104111
Jul 13, 2025 * drop leading /
105112
May 19, 2025 * restore working directory after read/write
106113
Apr 16, 2025 * decouple from netrw by adding s:WinPath()
107-
instead of shelling out to file(1)
114+
instead of shelling out to file(1)
108115
Mar 02, 2025 * determine the compression using readblob()
109116
Mar 02, 2025 * escape the filename before using :read
110117
Mar 01, 2025 * fix syntax error in tar#Read()

0 commit comments

Comments
 (0)