Download vim for windows

Downloading Vim

Vim is available for many different systems and there are several versions.
This page will help you decide what to download.

Most popular:

Details and options for:

  • Unix
  • PC: MS-DOS and MS-Windows
  • Amiga
  • OS/2
  • Macintosh
  • Others
Mirrors Alternative sites to download Vim files from.

Sources Build Vim yourself and/or make changes.
GitHub Obtain Vim sources with a git client (recommended).
Mercurial Obtain Vim sources with a Mercurial client
(recommended if you don’t like git).
Patches Include the latest improvements (requires sources and rebuilding).
Runtime Get the latest syntax files, documentation, etc..
Script links Links to individual syntax, indent, color, compiler and ftplugin scripts.
Translations Non-English documentation packages.

Versions before 7.3 can also be obtained with
Subversion
and
CVS.

Version

Vim 9.1 is the latest stable version. It is highly recommended, many bugs have
been fixed since previous versions.
If you have a problem with it (e.g.,
when it’s too big for your system), you could try version 6.4 or 5.8 instead.

To avoid having to update this page for every new version, there are
links to the directories. From there select the files you want to download.
In the file names ## stands for the version number. For example,
vim##src.zip
with version 9.1 is vim91src.zip and
vim-##-src.tar.gz for version 9.1
is vim-9.1-src.tar.gz.
Links are provided for quick access to the latest version.

Note that the links point to the latest version (currently 9.1) to avoid
that caching causes you to get an older version.


Unix

The best way to install Vim on Unix is to use the sources. This requires a
compiler and its support files. Compiling Vim isn’t difficult at all.
You can simply type «make install» when you are happy with the default
features. Edit the Makefile in the «src» directory to select specific
features.

You need to download at the sources and the runtime files.
And apply all the latest patches.
For Vim 6 up to 7.2 you can optionally get the «lang» archive, which adds
translated messages and menus. For 7.3 and later this is included with the
runtime files.

Using git
This is the simplest and most efficient way to obtain the latest version,
including all patches. This requires the «git» command.

The explanations are on the GitHub page.

Summary:

git clone https://github.com/vim/vim.git
cd vim/src
make
Using Mercurial
This is another simple and most efficient way to obtain the latest version,
including all patches. This requires the «hg» command.

The explanations are on this page:
Mercurial

Summary:

hg clone https://www.vim.org/hgweb/vim/
cd vim/src
make
version 7.x, 8.x and 9.x
Note:The FTP mirror is no longer maintained!
It contains only historic patches.
There is one big file to download that contains almost everything.
It is found in
the unix directory:

The files ending in «.tar.gz» are tar archives that are compressed with gzip.
Unpack them with tar -xzf filename.

The single big file ending in «.tar.bz2» is a tar archive compressed with
bzip2. Uncompress and unpack it with
bunzip2 -c filename | tar -xf —.

All archives should be unpacked in the same directory.

If you can’t compile yourself or don’t want to, look at the site of the
supplier of your Unix version for a packaged Vim executable. For Linux
distributions and FreeBSD these are often available shortly after a new Vim
version has been released. But you can’t change the features then.

  • Debian packages are available at:
    http://packages.debian.org/vim.
  • Oracle Solaris Vim is included in the Companion Software:
    http://wwws.sun.com/software/solaris/freeware/. (no longer available). You can try Unix Packages instead, but it only contains Vim packages up to 8.2

    Vim for other Sun systems can be found at
    http://sunfreeware.com/.
  • HPUX with GTK GUI for various HPUX versions:
    http://hpux.its.tudelft.nl/hppd/hpux/Editors/vim-6.2/ or
    http://hpux.connect.org.uk/hppd/hpux/Editors/vim-6.2/ (note that the remark about the GNU GPL is wrong)

TOP


PC: MS-DOS and MS-Windows

For modern MS-Windows systems (starting with 7) you can simply use the
executable installer:
    gvim_9.1.0821_x86.exe and gvim_9.1.0821_x64.exe
It includes GUI and console versions, for 32 bit and 64 bit systems.
You can select what you want to install and includes an uninstaller.

A zip package (32bit and 64bit) is also available:
    gvim_9.1.0821_x86.zip and gvim_9.1.0821_x64.zip

If you want a signed version you can get a build from
    vim-win32-installer
It supports many interfaces, such as Perl, Tcl, Lua, Python and Ruby.
There are also 64bit versions which only run on 64 bit MS-Windows and use a
lot more memory, but is compatible with 64 bit plugins.

You can also get a nightly build from there with the most recent improvements,
with a small risk that something is broken.

Windows XP
Windows XP support has been dropped as of v9.0.496, you can find the last support version at the Vim 9.0.494 release package from the vim-win32-installer page.

Since there are so many different versions of MS operating systems, there are
several versions of Vim for them.

For Vim 5.x, Vim 6.x and Vim 7 look in
the pc directory (ftp).

Runtime files   vim##rt.zip    vim91rt.zip
For all the following binary versions you need this runtime archive, which
includes the documentation, syntax files, etc. Always get this, unless you
use the self-installing executable.
Vim Help files in HTML Format   vim91html.zip
32 bit DOS executable   vim##d32.zip    vim73_46d32.zip (ftp)
The 32 bit DOS version works well on MS-Windows 95/98/ME. It requires a DPMI
manager, which needs to be installed on MS-DOS. MS-Windows already has one.
It supports long file names, but NOT on MS-Windows NT/2000/XP/Vista/7. It is
compiled with «big» features.

Not available for 7.4 and later.
16 bit DOS executable   vim##d16.zip    vim71d16.zip (ftp)
The 16 bit DOS version is the only one that runs on old MS-DOS systems. Only
use this if you are really desperate, because it excludes many useful features
(such as syntax highlighting and long file names) and quickly runs out of
memory.
The last version available is 7.1. Version 7.2 and later are too big to fit in
the DOS memory model.

There are a few extra files:

iconv library   libiconv
A library used for converting character sets.
Put «iconv.dll» in the same directory as gvim.exe to be able to edit files in
many encodings. You can find the dll file in the bin directory of the
«libiconv-win32» archive.
newer intl library   libintl
The included libintl.dll does not support encoding conversion.
If you have installed the iconv library, as mentioned above, you can install a
gettext library that uses it.
Get «intl.dll» from the bin directory in the gettext-win32 archive and store it
as «libintl.dll» in the same directory as gvim.exe, overwriting the file
that may already be there.
PC sources   vim##src.zip    vim91src.zip
The source files, packed for the PC. This only includes the files needed on
the PC, not for other systems. The files are in dos format CR-LF.
PC debug files   gvim##.pdb PDB files are available at the vim-win32-installer repository
When you notice a bug or a crash in Vim these files can be used to help tracing down the problem. In Vim 7 do «:help debug-win32» to see how.
PC translations   vim##lang.zip    vim72lang.zip (ftp)
Only for 7.2 and earlier, for 7.3 and later these are included in the «rt» archive.
Translated messages and menu files, packed for the PC. Use this to see
non-English menus. The messages are only translated when the libintl.dll
library is installed.
Windows 3.1 GUI executable   gvim##w16.zip and gvim##m16.zip
These are GUI versions for 16 bit windows (Windows 3.1). The «w16» has many
features, «m16» has few features (for when you’re short on memory).

The files ending in «.zip» can be unpacked with any unzip program.
Make sure you unpack them all in the same directory!

Alternate distributions

Yongwei’s build
You may also try Yongwei’s build,
executables with slightly different interfaces supported.
Cream

For an unofficial version that used to include all the latest patches and
optionally a bit
more: Cream.
The «one-click installer» mentioned includes the Cream changes.
For the «real Vim» use the «without Cream» version listed further down.

Unfortunately, it stopped updating since Vim 8.0.

Cygwin
For a Cygwin binary look at others.

TOP


Amiga

Quite a long time ago, Vim development started on the Amiga. Although it’s a
really old system now, it might still work. However, this has not been tested
recently.
You may have to use an older version for which Amiga binaries are available.

For Vim 5.x and Vim 6 look in
the amiga directory (ftp).

Vim 7 files can be found at
os4depot.net. This is for AmigaOS 4. Made by Peter Bengtsson.

Runtime files   vim##rt.tgz    vim64rt.tgz (ftp)
Documentation, syntax files, etc. You always need this.
Executable   vim##bin.tgz    vim64bin.tgz (ftp)
The executables for Vim and Xxd.
For Vim 6 it includes «big» features, for Vim 5.x it
includes the normal features.
For Vim 6.2 it is not available (my Amiga had harddisk problems then, this miraculously healed later).
Big executable   vim##big.tgz
Vim with «big» features and Xxd. Only for Vim 5.x.
Sources   vim##src.tgz    vim64src.tgz (ftp)
The source files for the Amiga.
Only needed when you want to compile Vim yourself.

The files are all tar archives, compressed with gzip. To unpack, first
uncompress them with gzip -d filename. Then unpack with
tar xf filename. You need to unpack the archives in the same
directory.

TOP


OS/2

The OS/2 version runs in a console window.

For Vim 5.x and Vim 6 look in
the os2 directory (ftp).
Version 6.2 is not available.
Versions 6.3 and 6.4 were compiled by David Sanders.

Version 7.0 was compiled by David Sanders.

Runtime files   vim##rt.zip    vim70rt.zip (ftp)
Documentation, syntax files, etc. You always need this.
Executables   vim##os2.zip    vim70os2.zip (ftp)
Vim, Xxd, Tee and EMX libraries.

The files ending in «.zip» can be unpacked with any unzip program.
Make sure you both zip archives in the same directory!

If you want to compile the OS/2 version, you need the EMX compiler. Use the
Unix source archive, runtime files and the extra archive. After unpacking the
runtime archive, move all the files and directories in the «runtime»
directory one level up.

TOP


Macintosh

The terminal version of Vim is included as «vi», you already have it. It’s
lagging behind a bit though and has limited features, thus you may want to
additionally install a recent version or one with more features.

MacVim

There most popular version is MacVim. This is being actively developed. This
behaves like a Mac application, using a GUI.

MacVim has more a Mac look and feel, is developed actively and most people
prefer this version. Most of MacVim was made by Björn Winckler.

MacVim can be downloaded here: https://github.com/macvim-dev/macvim

New versions are made quite often.
Subscribe to the
vim-mac maillist
to be informed about bugs and updates.

Homebrew

This is a terminal version installed with the «brew» command.
It is updated frequently.
It can be downloaded here: formulae.brew.sh/formula/vim.

Older

Older binaries for Mac OS/X can be found on this
SourceForge project.
Maintained by Nicholas Stallard.

Here is a multi-byte version of Vim 5.7 (for Japanese, possibly also for
Korean and Chinese; not for Unicode):
http://www-imai.is.s.u-tokyo.ac.jp/~asai/macvim-e.html

Background

Most of the work for
the Macintosh port (Classic and Carbon) was done by Dany St-Amant.

If you have OSX and a setup for compiling programs, you can use the source code
and compile yourself. See the Unix section above. The development tools can be
downloaded from Apple’s developer web site.

Turn to the vim-mac maillist to meet other
Vim-Mac users.

TOP


Others

This is a list of links to sites where various versions of Vim can be obtained.
These are supported by individuals, use at your own risk.

Android Search for «Vim Touch» by Momodalo in the Play Store.
i/OS Run Vim on your iPhone or Ipad.
QNX (ftp) Provided by Yakov Zaytsev. Requires QNX 6.3.0/6.3.2 with service pack 2.
Agenda http://pi7.fernuni-hagen.de/hartrumpf/agenda/vim/vim.vr3
Cygwin (with GTK GUI) http://lassauge.free.fr/cygwin/
Open VMS http://www.polarhome.com/vim/
MorphOS http://www.akcaagac.com/index_vim.html

TOP

v9.1.1385

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.1385: inefficient loop for ‘nosmoothscroll’ scrolling
  • 9.1.1384: still some problem with the new tutors filetype plugin
  • 9.1.1383: completion: ‘isexpand’ option does not handle space char correct

Files:

🔓 Unsigned Files:

Interface Information

  • 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.

v9.1.1382

v9.1.1379

v9.1.1374

v9.1.1370

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.1370: CI Tests favor GTK2 over GTK3
  • 9.1.1369: configure still using autoconf 2.71
  • 9.1.1368: GTK3 and GTK4 will drop numeric cursor support.
  • 9.1.1367: too many strlen() calls in gui.c

Files:

🔓 Unsigned Files:

Interface Information

  • 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.

v9.1.1366

v9.1.1365

v9.1.1362

v9.1.1360

v9.1.1357

Vim — это свободный текстовый редактор из мира GNU/Linux (можно скачать Vim для самых разных ОС, том числе и для Windows). Считается самым мощным текстовым редактором для программистов самого разного профиля. О Vim ходят легенды, как о текстовом редакторе с безграничными возможностями и неисчислимым набором функций. Корни программы уходят в далекий 1976 год: Vim построен на основе vi — текстового редактора, популярного на заре персональных компьютеров.

Vim считается очень сложным и требующим долго изучения. Тут уместна старая шутка: «Vim очень дружелюбен к пользователю, просто он разборчив в том, с кем дружить». Тем не менее, если пользователь решит пройти долгий путь изучения программы, то будет вознагражден суперэффективным редактором кода.

Vim — это функциональный, гибкий, настраиваемый и очень быстрый текстовый редактор. Предлагает различные режимы работы, подсветку синтаксиса сотен языков программирования и разметки, возможность управления редактором только с клавиатуры, широкие возможности редактирования текста, мощная функциональность управления файлами, макросы, плагины, мощная система управления буфером обмена, команды и все остальное, уместное в тестовом редакторе.

На официальном сайте доступен набор скриптов. На данный момент предлагается почти 6000 скриптов, ориентированных на самые разные нужды. Пользователь обязательно найдет то что ему нужно.

Vim часто сравнивают с GNU Emacs, что не очень корректно. Если упростить до максимума, то как тестовый редактор, Vim несомненно мощнее, а Emacs явно более функционален, как набор инструментов более широкого профиля.

Vim
для Windows

Vim — текстовый редактор для суровых разработчиков из которого очень сложно выйти. Его особенностью является наличие нескольких режимов, один для ввода текста, а другой для его редактирования. Присутствует также поддержка визуального режима, подсветка синтаксиса, автоматическое определение величины отступления для каждой строки, поддержка более 200 языков программирования и многое другое.

Основные возможности Vim:

  • Одновременная работа с несколькими файлами.
  • Поддержка Unicode.
  • Поддержка визуального режима.
  • Подсветка синтаксиса.
  • Автоматическое определение величины отступления для каждой строки в зависимости от языка программирования.
  • Поддержка более 200 языков программирования, форматов конфигурационных файлов и языков разметки.
  • Поиск строки с ошибкой по сообщению компилятора, автодополнение идентификаторов и пр.
  • Автоматическое продление команд, слов, строк целиком и имен файлов.
  • Автоматический вызов внешних команд.
  • Распознавания и преобразования файлов различных форматов.
  • История команд.
  • Запись и выполнение макросов.
  • Возможность сохранения настроек и сессии.
  • Интеграция с различными языками программирования.
  • И многое другое…

ТОП-сегодня раздела «Редакторы»

Notepad++ 8.8.1

Notepad++ — это редактор, представляющий альтернативу стандартному Блокнотику, который входит…

Brackets 2.1.3

Удобный текстовый редактор, который разработан специально для веб-разработчиков и…

TurboSite 1.7.1

TurboSite — легкая в использовании программа, при помощи которой Вы сможете создать простой…

Kate 24.05.1

Текстовый редактор с поддержкой широкого спектра языков программирования, подсветкой…

EmEditor Pro 24.0.0

EmEditor это очень хороший HTML редактор. Поддерживает синтаксис HTML, PHP, ASP, Perl, Java, VBScript, Python….

Отзывы о программе Vim

Admin

Отзывов о программе Vim 9.1.0274 пока нет, можете добавить…

  • Crystal of Atlan
  • HypeHype
  • Anime Games
  • Last War: Survival
  • PowerTunnel
  • VPN Apps
  • Yuanbao
  • Etheria: Restart
  • Android games on PC
  • Quark
  • Right Click Windows Magic
  • Battle Royale
  • Xmind
  • Microsoft Edge
  • Open Source Apps

5

21.3 k downloads

Text editor that makes things easier for programmers

Advertisement

Remove ads and more with Turbo

Information about Vim 9.1.1365

License OpenSource
Op. System Windows
Category General
Language English

1 more

Author Bram Moolenaar
Size 19.19 MB
Permissions

Not applicable

Downloads 21,271
Date May 5, 2025
File type ZIP
Architecture Not specified
Content Rating Not specified
Advertisement Not specified
SHA256 d0d0bdcb53a79cbb3dc2c3741abbbcba4adc12c7bf80109860576837b9a9be52
Why is this app published on Uptodown?

(More information)

Requirements
  • Not specified

Advertisement

Remove ads and more with Turbo

Older versions

Click on «Download» to get the file. Find it in your browser’s Download folder and open it to start the installation. If you need further assistance, please visit our Help Center

Apps recommended for you

A free, powerful and easy-to-use antivirus

Incredibly powerful and easy-to-use video editor

The official WhatsApp app for Windows

Download the latest Windows 10 ISO on your device

Enjoy all your Android games on PC

Fast, clean and easy web browsing courtesy of Google

A robust, versatile, and customizable browser

Can you become the Most Wanted?

Older versions

zip
9.1.1326
Apr 21, 2025

zip
9.1.1308
Apr 16, 2025

zip
9.1.1299
Apr 14, 2025

zip
9.1.1288
Apr 9, 2025

zip
9.1.1283
Apr 7, 2025

zip
9.1.1267
Apr 2, 2025

Development environment for C and C++

Learn to program by creating small educational projects

Component required to run Visual C++ applications

Microsoft’s cross-platform code editor

The new programming environment for Android

An open-source IDE for C, C++ and Fortran

Set up a web server with Apache, PHP and MySQL in 5 minutes

Install the latest version of Visual C++ Redistributable

Advertisement

Remove ads and more with Turbo

Microsoft’s cross-platform code editor

The new programming environment for Android

Set up a web server with Apache, PHP and MySQL in 5 minutes

Install the latest version of Visual C++ Redistributable

The official app for Arduino programming

Accessible multi-paradigmatic programming language

A multiplatform development environment from Microsoft

Manage WIFI connections and their settings

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Обновить офис бесплатно для windows 10
  • Службы windows server update services установка не выполнена
  • Sr9800 драйвер windows 10
  • Облегченный windows 10 для слабых ноутбуков
  • Xbox приложение для windows 10 как ограничить скорость загрузки