Skip to content

Commit 3943c64

Browse files
authored
New version: vim.vim.nightly version 9.1.1540 (microsoft#274012)
1 parent eac2ea9 commit 3943c64

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created with WinGet Releaser using komac v2.12.1
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.1540
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-07-13
23+
ElevationRequirement: elevationRequired
24+
Installers:
25+
- Architecture: x86
26+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1540/gvim_9.1.1540_x86.exe
27+
InstallerSha256: D3592D1E811BE7F7E2A1FA90C9171027AFF29129D519B6C69157794913E1D3C9
28+
InstallationMetadata:
29+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1540/gvim_9.1.1540_x64.exe
32+
InstallerSha256: CF5DF4BB3ED07F11692C79B831503A7E9BFE303BAC9A549C5039FD81C47C59DC
33+
InstallationMetadata:
34+
DefaultInstallLocation: '%ProgramFiles%\Vim'
35+
- Architecture: arm64
36+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1540/gvim_9.1.1540_arm64.exe
37+
InstallerSha256: C8361C8BC260507B22C923475A0D158F8F658F4F4BFABAF8C6B7A74F119ABD52
38+
InstallationMetadata:
39+
DefaultInstallLocation: '%ProgramFiles%\Vim'
40+
ManifestType: installer
41+
ManifestVersion: 1.10.0
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Created with WinGet Releaser using komac v2.12.1
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.1540
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.1540
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+
- runtime(vim): Update help syntax file, improve highlighting of included Vim examples
35+
- 9.1.1540: completion: menu state wrong on interruption
36+
- 9.1.1539: completion: messages don't respect 'shm' setting
37+
- runtime(vim): Update base syntax, improve :match highlighting
38+
- translation(it): update Italian message translations
39+
- translation: include vim.pot in the repository
40+
- runtime(python): update rendering of Unicode named literals in syntax script
41+
Files:
42+
🔓 Unsigned Files:
43+
- gvim_9.1.1540_x86.exe
44+
32-bit installer (If you don't know what to use, use this one)
45+
- gvim_9.1.1540_x64.exe
46+
64-bit installer
47+
- gvim_9.1.1540_arm64.exe
48+
ARM 64-bit installer
49+
- gvim_9.1.1540_x86.zip
50+
32-bit zip archive
51+
- gvim_9.1.1540_x64.zip
52+
64-bit zip archive
53+
- gvim_9.1.1540_arm64.zip
54+
ARM 64-bit zip archive
55+
- gvim_9.1.1540_x86_pdb.zip
56+
pdb files for debugging the corresponding 32-bit executable
57+
- gvim_9.1.1540_x64_pdb.zip
58+
pdb files for debugging the corresponding 64-bit executable
59+
Interface Information
60+
- Strawberry Perl 5.32
61+
- LuaBinaries 5.4
62+
- Python 2.7
63+
- Python3 3.8 or later
64+
- Racket 8.7 (BC)
65+
- RubyInstaller 3.2
66+
- libsodium 1.0.19
67+
See the README for detail.
68+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1540
69+
ManifestType: defaultLocale
70+
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.12.1
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.1540
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)