Skip to content

Commit

Permalink
New version: vim.vim.nightly version 9.1.0741 (microsoft#174812)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra authored Sep 24, 2024
1 parent 2fa8486 commit 34fab68
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created with WinGet Releaser using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.1.0741
Platform:
- Windows.Desktop
InstallerType: nullsoft
Scope: machine
InstallModes:
- interactive
- silent
UpgradeBehavior: install
ReleaseDate: 2024-09-23
ElevationRequirement: elevationRequired
Installers:
- Architecture: x86
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.0741/gvim_9.1.0741_x86.exe
InstallerSha256: 52C85FBF9B6B0FA37EF304AC3DE8F1B5FF0A90C5661055240D68876856F1AE88
- Architecture: x64
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.0741/gvim_9.1.0741_x64.exe
InstallerSha256: 4A39E66F644B56B202CD4192157CC21E0B36610840CE55B49EBDCB7BFBF32E1F
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Created with WinGet Releaser using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.1.0741
PackageLocale: en-US
Publisher: Bram Moolenaar et al.
PublisherUrl: https://github.com/vim/vim-win32-installer
PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues
Author: Bram Moolenaar et al.
PackageName: Vim
PackageUrl: http://www.vim.org/
License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org]
CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright
ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient
Moniker: vim
Tags:
- code-editor
- g-vim
- gvim
- text-editing
- text-editor
- tool
- utility
- vi
ReleaseNotes: |-
v9.1.0741
Nightly Vim Windows build snapshots (more information).If you do not know what to use, use the 32bit installer (use the signed one, if available).Signed releases will occasionally be provided on a best effort approach.Changes:
- 9.1.0741: No way to get prompt for input()/confirm()
- runtime(doc): fix typo in version9.txt nrformat -> nrformats
- runtime(rmd,rrst): 'fex' option not properly restored
Files:
:unlock: Unsigned Files:
- gvim_9.1.0741_x86.exe
32-bit installer (If you don't know what to use, use this one)
- gvim_9.1.0741_x64.exe
64-bit installer
- gvim_9.1.0741_x86.zip
32-bit zip archive
- gvim_9.1.0741_x64.zip
64-bit zip archive
- gvim_9.1.0741_x86_pdb.zip
pdb files for debugging the corresponding 32-bit executable
- gvim_9.1.0741_x64_pdb.zip
pdb files for debugging the corresponding 64-bit executable
- Strawberry Perl 5.32
- LuaBinaries 5.4
- Python 2.7
- Python3 3.8 or later
- Racket 8.7 (BC)
- RubyInstaller 3.2
- libsodium 1.0.19
See the README for detail.
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.0741
ManifestType: defaultLocale
ManifestVersion: 1.6.0
8 changes: 8 additions & 0 deletions manifests/v/vim/vim/nightly/9.1.0741/vim.vim.nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.1.0741
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 34fab68

Please sign in to comment.