Skip to content

Commit e489e08

Browse files
authored
New version: vim.vim.nightly version 9.1.1997 (microsoft#324216)
1 parent f7c25b5 commit e489e08

File tree

3 files changed

+118
-0
lines changed

3 files changed

+118
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Created with WinGet Releaser using komac v2.14.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.1997
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+
ElevationRequirement: elevationRequired
23+
Installers:
24+
- Architecture: x86
25+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1997/gvim_9.1.1997_x86.exe
26+
InstallerSha256: CAFFB3392C951F4306EE3835FB14C1E828FDC05DFA8EF2918B49FD95CE8029ED
27+
ReleaseDate: 2025-12-18
28+
InstallationMetadata:
29+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1997/gvim_9.1.1997_x64.exe
32+
InstallerSha256: 31BADAF00115784AE6262487040B611702F13F4C37042FA97591E01A32445230
33+
ReleaseDate: 2025-12-17
34+
InstallationMetadata:
35+
DefaultInstallLocation: '%ProgramFiles%\Vim'
36+
ManifestType: installer
37+
ManifestVersion: 1.10.0
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Created with WinGet Releaser using komac v2.14.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.1997
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.1997
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.1997: Missing out-of-memory check in vim9class.c
35+
- runtime(compiler): Match gcc.vim make error format
36+
- 9.1.1996: tests: test_cmdline.vim leaves swapfiles behind
37+
- 9.1.1995: tests: flaky test_cmdline.vim causes test failures
38+
- 9.1.1994: CI: slow cursor positioning may cause flaky test failures
39+
- runtime(doc): fix wrong help tag reference in eval.txt
40+
- 9.1.1993: MS-Windows: compile error because of implicit type conversions
41+
- 9.1.1992: Vim9: heap buffer overflow with COMPAREANY instruction
42+
- 9.1.1991: :setlocal changes effective global 'omnifunc'
43+
- 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows
44+
Files:
45+
🔓 Unsigned Files:
46+
- gvim_9.1.1997_x86.exe
47+
32-bit installer (If you don't know what to use, use this one)
48+
- gvim_9.1.1997_x64.exe
49+
64-bit installer
50+
- gvim_9.1.1997_arm64.exe
51+
ARM 64-bit installer
52+
- gvim_9.1.1997_x86.zip
53+
32-bit zip archive
54+
- gvim_9.1.1997_x64.zip
55+
64-bit zip archive
56+
- gvim_9.1.1997_arm64.zip
57+
ARM 64-bit zip archive
58+
- gvim_9.1.1997_x86_pdb.zip
59+
pdb files for debugging the corresponding 32-bit executable
60+
- gvim_9.1.1997_x64_pdb.zip
61+
pdb files for debugging the corresponding 64-bit executable
62+
Interface Information
63+
- Strawberry Perl 5.32
64+
- LuaBinaries 5.4
65+
- Python 2.7
66+
- Python3 3.8 or later
67+
- Racket 8.7 (BC)
68+
- RubyInstaller 3.2
69+
- libsodium 1.0.19
70+
See the README for detail.
71+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1997
72+
ManifestType: defaultLocale
73+
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.14.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.1997
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)