Skip to content

Commit c7d2ebc

Browse files
authored
New version: vim.vim version 9.1.1355 (microsoft#252381)
1 parent 5e733f0 commit c7d2ebc

4 files changed

Lines changed: 151 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with WinGet Releaser using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.1355
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: nullsoft
10+
Scope: machine
11+
InstallModes:
12+
- interactive
13+
- silent
14+
UpgradeBehavior: install
15+
Commands:
16+
- gvim
17+
- tee
18+
- vim
19+
- xxd
20+
ProductCode: Vim 9.1
21+
ReleaseDate: 2025-04-29
22+
ElevationRequirement: elevatesSelf
23+
Installers:
24+
- Architecture: x86
25+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1355/gvim_9.1.1355_x86.exe
26+
InstallerSha256: 3B996F7C75A8A10BD74D1C42141D76412AF5A6D724ABDCED4D456CFBA3BAF82F
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
29+
- Architecture: x64
30+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1355/gvim_9.1.1355_x64.exe
31+
InstallerSha256: 4E485C0EF448BC62EDD93B2B660B872F7891F0C23FCFC9DF604F6A0A9680C683
32+
InstallationMetadata:
33+
DefaultInstallLocation: '%ProgramFiles%\Vim'
34+
ManifestType: installer
35+
ManifestVersion: 1.9.0
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Created with WinGet Releaser using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.1355
6+
PackageLocale: en-US
7+
Publisher: Bram Moolenaar et al.
8+
PublisherUrl: https://github.com/vim/vim-win32-installer
9+
PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues
10+
Author: Bram Moolenaar et al.
11+
PackageName: Vim
12+
PackageUrl: https://www.vim.org/
13+
License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible
14+
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
15+
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org]
16+
CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright
17+
ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient
18+
Moniker: vim
19+
Tags:
20+
- code-editor
21+
- g-vim
22+
- gvim
23+
- text-editing
24+
- text-editor
25+
- tool
26+
- utility
27+
- vi
28+
ReleaseNotes: |-
29+
v9.1.1355
30+
Nightly Vim Windows build snapshots (more information).
31+
If you do not know what to use, use the 32bit installer (use the signed one, if available).
32+
Signed releases will occasionally be provided on a best effort approach.
33+
Changes:
34+
- 9.1.1355: The pum_redraw() function is too complex
35+
- 9.1.1354: tests: Test_terminalwinscroll_topline() fails on Windows
36+
- 9.1.1353: missing change from v9.1.1350
37+
- git: ignore reformatting commit for git-blame (after v9.1.1352)
38+
- 9.1.1352: style: inconsistent indent in insexpand.c
39+
- 9.1.1351: Return value of getcmdline() inconsistent in CmdlineLeavePre
40+
- 9.1.1350: tests: typo in Test_CmdlineLeavePre_cabbr()
41+
- runtime(java): Consent to HTML tags folding in Javadoc comments
42+
- runtime(syntax-tests): Regenerate changed syntax test pages for vim
43+
- 9.1.1349: CmdlineLeavePre may trigger twice
44+
- runtime(vim): Update base-syntax, fix inline Vim9 dict comments at SOL
45+
- 9.1.1348: still E315 with the terminal feature
46+
- runtime(doc): Fix notation of "Vim script" and "Vim9 script"
47+
- 9.1.1347: small problems with gui_w32.c
48+
- runtime(doc): clarify complete_match() and 'isexpand' option
49+
- runtime(vim): Update base-syntax, match continued strings and tail comments
50+
- runtime(doc): tagfunc should refer to 'complete' option
51+
- 9.1.1346: missing out-of-memory check in textformat.c
52+
- 9.1.1345: tests: Test_xxd_color2() test failure dump diff is misleading
53+
- runtime(debversions): Add questing (25.10) as Ubuntu release name
54+
- 9.1.1344: double free in f_complete_match() (after v9.1.1341)
55+
Files:
56+
🔓 Unsigned Files:
57+
- gvim_9.1.1355_x86.exe
58+
32-bit installer (If you don't know what to use, use this one)
59+
- gvim_9.1.1355_x64.exe
60+
64-bit installer
61+
- gvim_9.1.1355_x86.zip
62+
32-bit zip archive
63+
- gvim_9.1.1355_x64.zip
64+
64-bit zip archive
65+
- gvim_9.1.1355_x86_pdb.zip
66+
pdb files for debugging the corresponding 32-bit executable
67+
- gvim_9.1.1355_x64_pdb.zip
68+
pdb files for debugging the corresponding 64-bit executable
69+
Interface Information
70+
- Strawberry Perl 5.32
71+
- LuaBinaries 5.4
72+
- Python 2.7
73+
- Python3 3.8 or later
74+
- Racket 8.7 (BC)
75+
- RubyInstaller 3.2
76+
- libsodium 1.0.19
77+
See the README for detail.
78+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1355
79+
ManifestType: defaultLocale
80+
ManifestVersion: 1.9.0
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Created with WinGet Releaser using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.1355
6+
PackageLocale: zh-CN
7+
Publisher: Bram Moolenaar et al.
8+
PublisherUrl: https://github.com/vim/vim-win32-installer
9+
PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues
10+
Author: Bram Moolenaar et al.
11+
PackageName: Vim
12+
PackageUrl: https://www.vim.org/
13+
License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible
14+
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
15+
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org]
16+
CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright
17+
ShortDescription: Vim 是一个高度可配置的文本编辑器,可高效创建和更改任何类型的文本。
18+
Tags:
19+
- g-vim
20+
- gvim
21+
- vi
22+
- 代码编辑器
23+
- 实用工具
24+
- 工具
25+
- 文本编辑
26+
- 文本编辑器
27+
ManifestType: locale
28+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim
5+
PackageVersion: 9.1.1355
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)