| 
| Downloading VimVim is available for many different systems and there are several versions.This page will help you decide what to download.Most popular (MS-Windows): Recent and signed MS-Windows files are available on thevim-win32-installer site The latest stable snapshot version is: - gvim_9.2.0000_x64.exe (64bit installer)
- gvim_9.2.0000_x86.exe (32bit installer)
- gvim_9.2.0000_arm64.exe (ARM installer)
- gvim_9.2.0000_x64.zip (x64 zip package)
- gvim_9.2.0000_x86.zip (x86 zip package)
- gvim_9.2.0000_arm64.zip (ARM zip package)
Details and options for: | 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). | | 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. |
VersionVim 9.2 is the latest stable version. It is highly recommended, many bugs have been fixed since previous versions.
UnixThe best way to install Vim on Unix is to use the sources. This requires acompiler and its support files. Compiling Vim isn't difficult at all.You can simply type "make install" when you are happy with the defaultfeatures. Edit the Makefile in the "src" directory to select specificfeatures.- Unix source archive: vim-9.2.tar.bz2
- 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 theGitHub page.Summary: git clone https://github.com/vim/vim.gitcd vim/srcmake TOP
- Vim Help files in HTML Format vim92html.zip
- PC sources vim92src.zip
- Yongwei's build
- You may also tryYongwei's build,executables with slightly different interfaces supported.
- Cygwin
- For a Cygwin binary look atothers.
TOP
AmigaQuite a long time ago, Vim development started on the Amiga. Although it's areally 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.TOP
MacintoshThe terminal version of Vim is included as "vi", you already have it. It'slagging behind a bit though and has limited features, thus you may want toadditionally install a recent version or one with more features.MacVimThere most popular version is MacVim. This is being actively developed. Thisbehaves like a Mac application, using a GUI.MacVim has more a Mac look and feel, is developed actively and most peopleprefer 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 thevim-mac maillistto be informed about bugs and updates. HomebrewThis is a terminal version installed with the "brew" command.It is updated frequently.It can be downloaded here:formulae.brew.sh/formula/vim.BackgroundMost of the work forthe 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 codeand compile yourself. See the Unix section above. The development tools can bedownloaded from Apple's developer web site. Turn tothe vim-mac maillist to meet otherVim-Mac users. TOP
OthersThis 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. | | Cygwin (with GTK GUI) | http://lassauge.free.fr/cygwin/ | | Open VMS | http://www.polarhome.com/vim/ |
TOP
|
| 
| |