summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/plugin/zipPlugin.vim
AgeCommit message (Collapse)AuthorFiles
2025-10-07vim-patch:8824526: runtime(zip): add *.pkpass to list of zip extensions (#36061)zeertzjq1
Similar to a359c9c25e5c3c1e543fc720223aa7256e6f72cf. See https://developer.apple.com/documentation/walletpasses/building-a-pass#Sign-the-Pass-and-Create-the-Bundle, which explicitly mentions that pkpasses are just renamed ZIPs. closes: vim/vim#18501 https://github.com/vim/vim/commit/882452644cd3258c887a09de856e4c59eb284a92 Co-authored-by: MultisampledNight <contact@multisamplednight.com>
2025-04-03vim-patch:a359c9c: runtime(zip): add *.whl to the list of zip extensionszeertzjq1
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: vim/vim#17038 https://github.com/vim/vim/commit/a359c9c25e5c3c1e543fc720223aa7256e6f72cf Co-authored-by: Christian Brabandt <cb@256bit.org>
2024-02-21vim-patch:f9ca139e3aa1 (#27554)zeertzjq1
runtime(misc): announce adoption of various runtime files https://github.com/vim/vim/commit/f9ca139e3aa12dd03177ebba5eedcee4f0836f27 Co-authored-by: Christian Brabandt <cb@256bit.org>
2023-04-23vim-patch:71badf9547e8 (#23285)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/71badf9547e8f89571b9a095183671cbb333d528 Co-authored-by: Bram Moolenaar <Bram@vim.org>
2021-11-17vim-patch:519cc559b08b (#16340)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/519cc559b08b800edc429688aece7ad6a00d41eb
2021-05-01vim-patch:cb80aa2d53e5Jan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/cb80aa2d53e56d3aba3b3c439fb467f29a750c5e Omit runtime/doc/tabpage.txt. Patch v8.2.1401 is not ported yet. Port optwin.vim changes without gettext(). Patch v8.2.1544 is not ported yet.
2021-04-27vim-patch:2963456ff2b7Jan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/2963456ff2b740244b3a064785fe681b1998d75e
2017-04-28vim-patch:d07969093a9bJustin M. Keyes1
Updated runtime files. https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes1
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>