Skip to content

Commit 8337cf7

Browse files
authored
New version: vim.vim.nightly version 9.1.1833 (microsoft#301593)
1 parent 9d06ca7 commit 8337cf7

File tree

3 files changed

+113
-0
lines changed

3 files changed

+113
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1833
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+
- diff
17+
- gvim
18+
- tee
19+
- vim
20+
- xxd
21+
ProductCode: Vim 9.1
22+
ReleaseDate: 2025-10-06
23+
ElevationRequirement: elevationRequired
24+
Installers:
25+
- Architecture: x86
26+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1833/gvim_9.1.1833_x86.exe
27+
InstallerSha256: 1529D3C95B4E1561123A7DC60DBA4655FDD5155D4147B81122857D0134ECF5DB
28+
InstallationMetadata:
29+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1833/gvim_9.1.1833_x64.exe
32+
InstallerSha256: 44ADBEFDDBC6EF0BC27C142A5504723CC7B42C204B75A646207633452F6A052D
33+
InstallationMetadata:
34+
DefaultInstallLocation: '%ProgramFiles%\Vim'
35+
ManifestType: installer
36+
ManifestVersion: 1.10.0
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1833
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.1833
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+
- translation: regenerate po/vim.pot after a644b7924d
35+
- 9.1.1833: completion: fuzzy candidates are not sorted
36+
- runtime(doc): Update sections 5 to 8 in vim9.txt
37+
- 9.1.1832: if_perl: contains references to legacy if_perlsfio
38+
- runtime(zip): add *.pkpass to list of zip extensions
39+
- runtime(kerml): update KerML comments to handle more cases
40+
Files:
41+
🔓 Unsigned Files:
42+
- gvim_9.1.1833_x86.exe
43+
32-bit installer (If you don't know what to use, use this one)
44+
- gvim_9.1.1833_x64.exe
45+
64-bit installer
46+
- gvim_9.1.1833_arm64.exe
47+
ARM 64-bit installer
48+
- gvim_9.1.1833_x86.zip
49+
32-bit zip archive
50+
- gvim_9.1.1833_x64.zip
51+
64-bit zip archive
52+
- gvim_9.1.1833_arm64.zip
53+
ARM 64-bit zip archive
54+
- gvim_9.1.1833_x86_pdb.zip
55+
pdb files for debugging the corresponding 32-bit executable
56+
- gvim_9.1.1833_x64_pdb.zip
57+
pdb files for debugging the corresponding 64-bit executable
58+
Interface Information
59+
- Strawberry Perl 5.32
60+
- LuaBinaries 5.4
61+
- Python 2.7
62+
- Python3 3.8 or later
63+
- Racket 8.7 (BC)
64+
- RubyInstaller 3.2
65+
- libsodium 1.0.19
66+
See the README for detail.
67+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1833
68+
ManifestType: defaultLocale
69+
ManifestVersion: 1.10.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.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.1.1833
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)