File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*
1001004. 開発履歴 *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()
Original file line number Diff line number Diff line change 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*
1011014. 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()
You can’t perform that action at this time.
0 commit comments