Shay
70d745a61b
runtime(zip): support PowerShell Core
...
fixes : #17987
closes : #18345
Signed-off-by: Shay <shay_public@hotmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-09-22 19:02:24 +00:00
Christian Brabandt
586294a041
patch 9.1.1551: [security]: path traversal issue in zip.vim
...
Problem: [security]: path traversal issue in zip.vim (@ax)
Solution: drop leading ../ on write of zipfiles, don't forcefully
overwrite existing files
A zip plugin which contains filenames with leading '../' may cause
confusion as to where the content will be extracted. Let's drop such
things and make sure we use a relative filename instead and don't
forcefully overwrite temporary files. Also, warn the user of such
things.
related: #17733
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-07-15 21:57:48 +02:00
Christian Brabandt
a359c9c25e
runtime(zip): add *.whl to the list of zip extensions
...
This commits adds the extension *.whl to the list of zip extensions.
Wheel (WHL) files are binary distribution files for python packages.
Reference:
https://packaging.python.org/en/latest/specifications/binary-distribution-format/
fixes : #17038
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-04-02 20:45:57 +02:00
Christian Brabandt
8293574c8b
runtime(doc): update pi_zip.txt with current list of zip file extensions
...
closes : #17037
Signed-off-by: Christian Brabandt <cb@256bit.org >
2025-04-02 20:28:23 +02:00
Christian Brabandt
b4ddc6c11e
patch 9.1.0000: Vim 9.1 release
...
Problem: Need a new release
Solution: Release Vim 9.1
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-01-02 16:51:11 +01:00
Christian Brabandt
da4e433dc3
runtime(doc): document vim-script library function
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-11-05 10:45:49 +01:00
Bram Moolenaar
71badf9547
Update runtime files
2023-04-22 22:40:14 +01:00
Bram Moolenaar
6ebe4f970b
Update runtime files
2022-10-28 20:47:54 +01:00
Bram Moolenaar
eb49041875
release version 9.0
...
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
2022-06-28 13:44:46 +01:00
Bram Moolenaar
519cc559b0
Update runtime files
2021-11-16 19:18:26 +00:00
Bram Moolenaar
cb80aa2d53
Update runtime files.
2020-10-26 21:12:46 +01:00
Bram Moolenaar
8024f93636
Update runtime files.
2020-01-14 19:29:13 +01:00
Bram Moolenaar
2963456ff2
Update runtime files.
2020-01-09 21:46:04 +01:00
Bram Moolenaar
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
Bram Moolenaar
91f84f6e11
Update runtime files.
2018-07-29 15:07:52 +02:00
Bram Moolenaar
b1c9198afb
Vim 8.1 release
...
Update version number and information. Fix a couple of tests.
2018-05-17 17:04:55 +02:00
Bram Moolenaar
d07969093a
Updated runtime files.
2016-09-16 20:02:31 +02:00
Bram Moolenaar
bb76f24af2
Vim 8.0 release
2016-09-12 14:24:39 +02:00
Bram Moolenaar
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
1a42b4befb
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
913df81e74
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00
Bram Moolenaar
ff0341946e
Updated runtime files.
2013-04-24 18:51:19 +02:00
Bram Moolenaar
6be7f8733f
Update runtime files.
2012-01-20 21:08:56 +01:00
Bram Moolenaar
5302d9ebc1
Updated runtime files.
2011-09-14 17:55:08 +02:00
Bram Moolenaar
251e191271
Updated runtime files.
2011-06-19 05:09:16 +02:00
Bram Moolenaar
24ea3babed
Updated runtime files.
2010-09-19 19:01:21 +02:00
Bram Moolenaar
7f03644116
Last changes for the 7.3 release!
2010-08-15 15:24:20 +02:00
Bram Moolenaar
4421d6af22
Version 7.3f -> 7.3g
2010-08-14 13:33:56 +02:00
Bram Moolenaar
82d1c33a8a
Version 7.3e -> 7.3f.
2010-08-09 20:16:32 +02:00
Bram Moolenaar
257a9c873f
7.3d -> 7.3e.
2010-08-04 19:29:04 +02:00
Bram Moolenaar
9379f83030
Version 7.3c -> 7.3d
2010-08-01 20:38:51 +02:00
Bram Moolenaar
c3301874a6
7.3b -> 7.3c
2010-07-25 20:53:06 +02:00
Bram Moolenaar
d28478b557
Vim 7.3a -> 7.3b.
2010-07-18 23:29:58 +02:00
Bram Moolenaar
fff2beeeaa
First step in the Vim 7.3 branch. Changed version numbers.
2010-05-15 13:56:02 +02:00
Bram Moolenaar
00a927d62b
Updated runtime files.
2010-05-14 23:24:24 +02:00
Bram Moolenaar
ed39e1d53c
updated for version 7.2-000
2008-08-09 17:55:22 +00:00
Bram Moolenaar
e37d50a5de
updated for version 7.2c-000
2008-08-06 17:06:04 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
3577c6fafb
updated for version 7.2a
2008-06-24 21:16:56 +00:00
Bram Moolenaar
03d42258db
updated for version 7.1
2007-05-12 13:40:39 +00:00
Bram Moolenaar
7263a77b99
updated for version 7.1b
2007-05-10 17:35:54 +00:00
Bram Moolenaar
9964e468c0
updated for version 7.1a
2007-05-05 17:54:07 +00:00
Bram Moolenaar
1423b9d3b8
updated for version 7.0
2006-05-07 15:16:06 +00:00
Bram Moolenaar
d68071d8da
updated for version 7.0g01
2006-05-02 22:08:30 +00:00
Bram Moolenaar
c9b4b05b35
updated for version 7.0g
2006-04-30 18:54:39 +00:00
Bram Moolenaar
f9393ef5ef
updated for version 7.0f
2006-04-24 19:47:27 +00:00
Bram Moolenaar
eb3593b38b
updated for version 7.0e06
2006-04-22 22:33:57 +00:00
Bram Moolenaar
b21e5843e5
updated for version 7.0e
2006-04-16 18:30:08 +00:00
Bram Moolenaar
4c3f536f47
updated for version 7.0d01
2006-04-11 21:38:50 +00:00
Bram Moolenaar
779b74b2a2
updated for version 7.0d
2006-04-10 14:55:34 +00:00