Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update version: Neovim.Neovim.Nightly version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvim-winget committed Aug 16, 2023
1 parent 7c0f780 commit f78dfb9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PackageVersion: 0.10.0
InstallerLocale: en-US
InstallerType: wix
Scope: machine
ProductCode: '{2595D030-FBB8-473B-9ADF-50E8291E14F5}'
ReleaseDate: 2023-08-15
ProductCode: '{1EB74708-6B2D-4EC8-9C13-7D96AC416915}'
ReleaseDate: 2023-08-16
Installers:
- Architecture: x64
InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi
InstallerSha256: 54A0677734CF9400000223DD94C90F540E874F33744C5B501E4E5E7ADF362F02
InstallerSha256: 529F605D12B640A0811E5BEDEED4DCA8599441FD607609D914ABA9BF6AB1CDB6
ManifestType: installer
ManifestVersion: 1.4.0

1 comment on commit f78dfb9

@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 (6)

aloneguid
alonguid
Failback
FFXIV
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]:neovim/winget-pkgs.git repository
on the Neovim.Neovim.Nightly-0.10.0-A9955E89546DCE6E53D41A73E33D7479A043EB3E 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/neovim/winget-pkgs/actions/runs/5875056307/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.