Skip to content

Commit 0911b2e

Browse files
authored
New version: vim.vim.nightly version 9.1.1171 (microsoft#234822)
1 parent 5f22598 commit 0911b2e

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with WinGet Releaser using komac v2.10.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1171
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+
ProductCode: Vim 9.1
16+
ReleaseDate: 2025-03-04
17+
ElevationRequirement: elevationRequired
18+
Installers:
19+
- Architecture: x86
20+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1171/gvim_9.1.1171_x86.exe
21+
InstallerSha256: A6DEEAEFA1BE8D0EDC82ECB276B1A685F7DE88AA776448E26BD56C3FD4E46825
22+
InstallationMetadata:
23+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
24+
- Architecture: x64
25+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1171/gvim_9.1.1171_x64.exe
26+
InstallerSha256: 1A994304146E90E5B07C681F53D0682BF1E777C6A340E0323AE5D52EBC4A43ED
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles%\Vim'
29+
ManifestType: installer
30+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Created with WinGet Releaser using komac v2.10.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1171
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 [[email protected]] - Charityware / GNU GPL compatible
14+
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
15+
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [[email protected]]
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.1171
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.1171: tests: wrong arguments passed to assert_equal()
35+
- 9.1.1170: wildmenu highlighting in popup can be improved
36+
- runtime(netrw): upstream snapshot of v179
37+
Files:
38+
🔓 Unsigned Files:
39+
- gvim_9.1.1171_x86.exe
40+
32-bit installer (If you don't know what to use, use this one)
41+
- gvim_9.1.1171_x64.exe
42+
64-bit installer
43+
- gvim_9.1.1171_x86.zip
44+
32-bit zip archive
45+
- gvim_9.1.1171_x64.zip
46+
64-bit zip archive
47+
- gvim_9.1.1171_x86_pdb.zip
48+
pdb files for debugging the corresponding 32-bit executable
49+
- gvim_9.1.1171_x64_pdb.zip
50+
pdb files for debugging the corresponding 64-bit executable
51+
Interface Information
52+
- Strawberry Perl 5.32
53+
- LuaBinaries 5.4
54+
- Python 2.7
55+
- Python3 3.8 or later
56+
- Racket 8.7 (BC)
57+
- RubyInstaller 3.2
58+
- libsodium 1.0.19
59+
See the README for detail.
60+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1171
61+
ManifestType: defaultLocale
62+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.10.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1171
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)