Skip to content

Commit 86c7259

Browse files
authored
New version: vim.vim.nightly version 9.1.2006 (microsoft#325442)
1 parent 8fb875a commit 86c7259

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-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.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.2006
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-12-21
23+
ElevationRequirement: elevationRequired
24+
Installers:
25+
- Architecture: x86
26+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2006/gvim_9.1.2006_x86.exe
27+
InstallerSha256: 86B6EB3B46FE3D3C173129CCE0E499178694785CDA4452843DBE4B303161AAA1
28+
InstallationMetadata:
29+
DefaultInstallLocation: '%ProgramFiles(x86)%\Vim'
30+
- Architecture: x64
31+
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.2006/gvim_9.1.2006_x64.exe
32+
InstallerSha256: 80B363B59E031A816B898A52B36F8CAA149D7DDC1D9BD0D762E011A72E707109
33+
InstallationMetadata:
34+
DefaultInstallLocation: '%ProgramFiles%\Vim'
35+
ManifestType: installer
36+
ManifestVersion: 1.10.0
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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.2006
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.2006
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.2006: MS-Windows: ANSI colors not correct in terminal
35+
- runtime(doc): Improve :help builtin-function-list table formatting
36+
- 9.1.2005: MS-Windows: Missing fullscreen support for GUI version
37+
- 9.1.2004: MS-Windows: executable() cannot find file in directory with single char
38+
- runtime(ty): include ty compiler plugin
39+
- 9.1.2003: tests: Test_glob_symlinks may fail on Window
40+
- 9.1.2002: Vim9: heap-use-after-free when when accessing protect class member
41+
- refactor(vim9): use 'start' open urls on win32
42+
- runtime(vim9): Reset pwsh and powershell in Open()
43+
- translation(hy): Update Armenian language translation
44+
- runtime(openPlugin): start :Launch process in the background in GUI mode
45+
- translation(zh_CN): Add license disclaimer
46+
- runtime(getscript): GLVS plugin fails with wget.exe with PowerShell
47+
Files:
48+
🔓 Unsigned Files:
49+
- gvim_9.1.2006_x86.exe
50+
32-bit installer (If you don't know what to use, use this one)
51+
- gvim_9.1.2006_x64.exe
52+
64-bit installer
53+
- gvim_9.1.2006_arm64.exe
54+
ARM 64-bit installer
55+
- gvim_9.1.2006_x86.zip
56+
32-bit zip archive
57+
- gvim_9.1.2006_x64.zip
58+
64-bit zip archive
59+
- gvim_9.1.2006_arm64.zip
60+
ARM 64-bit zip archive
61+
- gvim_9.1.2006_x86_pdb.zip
62+
pdb files for debugging the corresponding 32-bit executable
63+
- gvim_9.1.2006_x64_pdb.zip
64+
pdb files for debugging the corresponding 64-bit executable
65+
Interface Information
66+
- Strawberry Perl 5.32
67+
- LuaBinaries 5.4
68+
- Python 2.7
69+
- Python3 3.8 or later
70+
- Racket 8.7 (BC)
71+
- RubyInstaller 3.2
72+
- libsodium 1.0.19
73+
See the README for detail.
74+
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.2006
75+
ManifestType: defaultLocale
76+
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.2006
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)