Wingetlywingetly
← All apps

Vim

by Bram Moolenaar et al.v9.2.1054

Last updated

Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient

Install with winget

$ winget install --id vim.vim.nightly --exact --version 9.2.1054

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Vim

Vim uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
gvim_9.2.1054_x64.exe /S /currentuser

See the full silent install reference for Vim

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v9.2.1054

ArchitectureTypeScopeInstallDownload
x86EXE
NSIS
userDirect
x86EXE
NSIS
machineDirect
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect
arm64EXE
NSIS
userDirect
arm64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high7.8Patched in wingetCVE-2026-59858affects before 9.2.0735Jul 9, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0735, the C omni-completion script in runtime/autoload/ccomplete.vim interpolates the typeref: or typename: extension field of a tags entry, without escaping, into a :vimgrep pattern that is run through :execute. Beca...

  • medium5.5Patched in wingetCVE-2026-59857affects before 9.2.0725Jul 9, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0725, the single-byte branch of spell_soundfold_sal() in src/spell.c translates a word through a spell file's SAL sound-folding rules into a caller-owned result buffer, but its result writes are guarded with reslen <...

  • high7.8Patched in wingetCVE-2026-59856affects before 9.2.0736Jul 9, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without...

  • high7.8Patched in wingetCVE-2026-57456affects before 9.2.0699Jun 25, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0699, Vim's Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populati...

  • high7.8Patched in wingetCVE-2026-57455affects before 9.2.0698Jun 25, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0698, the single-byte branch of spell_soundfold_sofo() in src/spell.c translates a word through a spell file's SOFO (sound-folding) byte map into a caller-owned result buffer. Its copy loop advances the output index r...

  • medium6.1Patched in wingetCVE-2026-57454affects before 9.2.0679Jun 25, 2026

    Vim is an open source, command line text editor. From 9.2.0320 until 9.2.0679, a crafted undo or swap file can store a virtual-text property whose offset and length point outside the line's property data. When Vim restores or displays such a line it converts the offset into a po...

  • medium6.5Patched in wingetCVE-2026-57453affects before 9.2.0678Jun 25, 2026

    Vim is an open source, command line text editor. From 9.1.1784 until 9.2.0678, when the bundled zip plugin autoload/zip.vim falls back to PowerShell to browse, read, extract, update or delete entries in a zip archive, it builds the PowerShell command by inserting archive entry n...

  • medium5.5Patched in wingetCVE-2026-57452affects before 9.2.0671Jun 25, 2026

    Vim is an open source, command line text editor. Prior to 9.2.0671, when Vim opens a file encrypted with the VimCrypt~04! or VimCrypt~05! method (xchacha20poly1305, requires the +sodium feature) whose body is shorter than a single libsodium secretstream header, an unsigned lengt...

Showing 8 of 25. Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • VimBram Moolenaar et al.
    vim.vimv9.2.1061

    Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.100.0

    Take GitHub to the command line

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

  • Core TempALCPU
    ALCPU.CoreTempv1.20.1

    This application can monitor and visualize your processor's temperature.

  • Pinny Notes63BeetleSmurf
    63BeetleSmurf.PinnyNotesv1.17.0

    A sticky note application with a button to "pin" a note making it always on top above other windows.

  • N
    nano for Windowsokibcn
    okibcn.nanov7.2-22.1

    Nano is a small and simple text editor for use on the terminal. This is an up to date 64-bit/32-bit and Windows on ARM port of the legendary GNU nano text editor.

More from Bram Moolenaar et al. or browse code-editor, g-vim, gvim.

Frequently asked questions

How do I install Vim on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id vim.vim.nightly --exact --version 9.2.1054. winget downloads the installer from Bram Moolenaar et al. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Vim silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id vim.vim.nightly --exact 9.2.1054 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Vim?
Vim uses EXE (NSIS). Run the downloaded installer with: gvim_9.2.1054_x64.exe /S /currentuser. The silent switches are /S.
How do I uninstall Vim via winget?
Run: winget uninstall --id vim.vim.nightly --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Vim's Apps & Features entry.
Is Vim free?
Vim is distributed under Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible. Refer to the publisher (https://www.vim.org/) for the full license terms - Wingetly itself does not charge for installation.
Does Vim work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Vim directly from the publisher.
How do I keep Vim up to date?
Run winget upgrade --id vim.vim.nightly --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Vim from microsoft/winget-pkgs.

Recent versions

  • 9.2.1054latest
  • 9.2.1037
  • 9.2.1031
  • 9.2.1011
  • 9.2.1001
  • 9.2.0995
  • 9.2.0993
  • 9.2.0992
  • 9.2.0984
  • 9.2.0976