Skip to content

Commit 8ac0abc

Browse files
authored
New version: vim.vim.nightly version 9.2.0014 (microsoft#340095)
1 parent 69671d3 commit 8ac0abc

3 files changed

Lines changed: 113 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.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.2.0014
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.2
22+
ElevationRequirement: elevationRequired
23+
InstallationMetadata:
24+
DefaultInstallLocation: '%VIM%'
25+
Installers:
26+
- Architecture: x86
27+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0014/gvim_9.2.0014_x86.exe
28+
InstallerSha256: 7EEC17BBB391D42CF71B4C6CBBD85A13BABB5D1AC19A7611EEF8BB68F8CA1108
29+
ReleaseDate: 2026-02-17
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0014/gvim_9.2.0014_x64.exe
32+
InstallerSha256: C5FC51CBEFDF08D346D45076AF653279D42C9B618C5C31D5642B6D7414FD54DF
33+
ReleaseDate: 2026-02-16
34+
ManifestType: installer
35+
ManifestVersion: 1.12.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.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.2.0014
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.2.0014
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.2.0014: unsafe string functions may lead to buffer overflows
35+
- 9.2.0013: parallel make invocation may break Wayland header generation
36+
- 9.2.0012: Build fails when wayland is not defined
37+
- 9.2.0011: A few double semicolons after statement
38+
- runtime(doc): Update version9.txt, update the description of getwininfo()
39+
- Fix a few more typos in various files
40+
- runtime(doc): correct XDG runtimepath
41+
Files:
42+
🔓 Unsigned Files:
43+
- gvim_9.2.0014_x86.exe
44+
32-bit installer (If you don't know what to use, use this one)
45+
- gvim_9.2.0014_x64.exe
46+
64-bit installer
47+
- gvim_9.2.0014_arm64.exe
48+
ARM 64-bit installer
49+
- gvim_9.2.0014_x86.zip
50+
32-bit zip archive
51+
- gvim_9.2.0014_x64.zip
52+
64-bit zip archive
53+
- gvim_9.2.0014_arm64.zip
54+
ARM 64-bit zip archive
55+
- gvim_9.2.0014_x86_pdb.zip
56+
pdb files for debugging the corresponding 32-bit executable
57+
- gvim_9.2.0014_x64_pdb.zip
58+
pdb files for debugging the corresponding 64-bit executable
59+
Interface Information
60+
- Strawberry Perl 5.38
61+
- LuaBinaries 5.4
62+
- Python 2.7
63+
- Python3 3.8 or later
64+
- Racket 8.7 (BC)
65+
- RubyInstaller 3.4
66+
- libsodium 1.0.19
67+
See the README for detail.
68+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0014
69+
ManifestType: defaultLocale
70+
ManifestVersion: 1.12.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.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: vim.vim.nightly
5+
PackageVersion: 9.2.0014
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)