Skip to content

Commit 012f04d

Browse files
authored
New version: vim.vim.nightly version 9.1.2128 (microsoft#336305)
1 parent 8014f77 commit 012f04d

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.1.2128
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: 2026-02-03
23+
ElevationRequirement: elevationRequired
24+
InstallationMetadata:
25+
DefaultInstallLocation: '%VIM%'
26+
Installers:
27+
- Architecture: x86
28+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2128/gvim_9.1.2128_x86.exe
29+
InstallerSha256: D24A5D60F0C22A2587238461F149124AFEA86B1E821C03AFAC19599C55C39A6C
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2128/gvim_9.1.2128_x64.exe
32+
InstallerSha256: 7FA44B3EF8285C9CFE1B3990D70D2E572D44AC91465ABAE17E892C9D143D7020
33+
ManifestType: installer
34+
ManifestVersion: 1.12.0
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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.1.2128
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.2128
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+
- runtimei(vim9): Always launch programs in background (linux)
35+
- translation(ta): Include Tamil Translation
36+
- 9.1.2128: Heap use after free in buf_check_timestamp()
37+
- runtime(c): only set keywordprg when there has 'man'
38+
- runtime(vim): Fix for :VimKeywordPrg when syntax does not match
39+
- translation(sv): Update tutor1.sv to version 1.7
40+
- translation(sv): Add Swedish translation of tutor2
41+
- translation(sv): Fix typo and help.svx formatting
42+
- runtime(doc): Clarify the behaviour of command completion functions
43+
- 9.1.2127: MS-Windows: DirectX renders font too small
44+
- runtime(odin): update indent and syntax scripts
45+
- runtime(doc): update win_findbuf() return value
46+
- 9.1.2126: vim --version used single column for feature list
47+
- runtime(vim): Update base syntax, match Vim9 :unlet command
48+
- runtime(doc): Improve the description at :help :cwindow
49+
Files:
50+
🔓 Unsigned Files:
51+
- gvim_9.1.2128_x86.exe
52+
32-bit installer (If you don't know what to use, use this one)
53+
- gvim_9.1.2128_x64.exe
54+
64-bit installer
55+
- gvim_9.1.2128_arm64.exe
56+
ARM 64-bit installer
57+
- gvim_9.1.2128_x86.zip
58+
32-bit zip archive
59+
- gvim_9.1.2128_x64.zip
60+
64-bit zip archive
61+
- gvim_9.1.2128_arm64.zip
62+
ARM 64-bit zip archive
63+
- gvim_9.1.2128_x86_pdb.zip
64+
pdb files for debugging the corresponding 32-bit executable
65+
- gvim_9.1.2128_x64_pdb.zip
66+
pdb files for debugging the corresponding 64-bit executable
67+
Interface Information
68+
- Strawberry Perl 5.38
69+
- LuaBinaries 5.4
70+
- Python 2.7
71+
- Python3 3.8 or later
72+
- Racket 8.7 (BC)
73+
- RubyInstaller 3.4
74+
- libsodium 1.0.19
75+
See the README for detail.
76+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.2128
77+
ManifestType: defaultLocale
78+
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.1.2128
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)