Skip to content

Commit

Permalink
New version: vim.vim.nightly version 9.0.2116 (microsoft#127360)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra authored Nov 20, 2023
1 parent 979b608 commit 11e5f57
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.0.2116
Platform:
- Windows.Desktop
InstallerType: nullsoft
Scope: machine
InstallModes:
- interactive
- silent
UpgradeBehavior: install
ReleaseDate: 2023-11-20
ElevationRequirement: elevationRequired
Installers:
- Architecture: x86
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.0.2116/gvim_9.0.2116_x86.exe
InstallerSha256: 45327ABD3A87D69168C79ECD601EE37BD08EDACD8CAAD162A6A07C1765D642FC
- Architecture: x64
InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.0.2116/gvim_9.0.2116_x64.exe
InstallerSha256: 47770A8403E1EA2B708B85E6A9D542EFA78D506849C7E52A07AA819975DBAB94
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.0.2116
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 [[email protected]] - Charityware / GNU GPL compatible
LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright
Copyright: Copyright (C) 1991-2020 Bram Moolenaar [[email protected]]
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: |-
Changes:
- 9.0.2116: No test for defining sign without attribute
- 9.0.2115: crash when callback function aborts because of recursiveness
- 9.0.2114: overflow detection not accurate when adding digits
- 9.0.2113: Coverity warns for another overflow in shift\_line()
- runtime(doc): Refactor doc-Makefiles (#13519)
- runtime(doc): document proper notation of gVim, document vim-security list
- translation(sr): Update Serbian messages translation (#13538)
- 9.0.2112: \[security\]: overflow in shift\_line
- 9.0.2111: \[security\]: overflow in get\_number
- 9.0.2110: \[security\]: overflow in ex address parsing
- 9.0.2109: \[security\]: overflow in nv\_z\_get\_count
- 9.0.2108: \[security\]: overflow with count for :s command
- 9.0.2107: \[security\]: FPE in adjust\_plines\_for\_skipcol
- 9.0.2106: \[security\]: Use-after-free in win\_close()
- runtime(tar): comment out strange error condition check
ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.0.2116
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/v/vim/vim/nightly/9.0.2116/vim.vim.nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: vim.vim.nightly
PackageVersion: 9.0.2116
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

1 comment on commit 11e5f57

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (9)

aloneguid
alonguid
ALVR
appinstaller
Failback
FFXIV
Pulovers
submitters
Teamcraft

Previously acknowledged words that are now absent admins Daa Esco fabricbot jedieaston Joakim Kad Karan Levvie mdanish quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the [email protected]:OfficialEsco/winget-pkgs.git repository
on the master branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/OfficialEsco/winget-pkgs/actions/runs/6927754573/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.