v8.0.1587
Nightly Vim Windows build snapshots (more information).
Changes:
- 8.0.1587: inserting from the clipboard doesn't work literally
- 8.0.1586: imactivatefunc does not work on non-GUI Mac
- 8.0.1585: enabling beval_term feature in Win32 GUI
- 8.0.1584: using C99 in Mac file gives compiler warning messages
- 8.0.1583: using C99 comment
- 8.0.1582: in the MS-Windows console mouse movement is not used
- 8.0.1581: cannot build Win32 GUI without +eval
- 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
- 8.0.1579: virtual replace test fails in GUI
- 8.0.1578: no test for :popup in terminal
- 8.0.1577: virtual replace test fails on MS-Windows
- 8.0.1576: Perl VIM::Buffers() does not find every buffer
- 8.0.1575: crash when using virtual replace
- 8.0.1574: show cursor in wrong place when using popup menu
Download and execute the most recent gvim_8.._x86.exe file to install Vim.
The exe file contains the (32bit) installer while the .zip files contain an
archive of the 32bit (_x86) or 64bit versions (_x64). To install it, extract
the archive and update your PATH variable. The installer will do that
automatically and provide some additional extensions (e.g. Edit with Vim menu).
The gvim...pdb.zip file only contains the corresponding pdb files for debugging the binaries.
If you need a dynamic interface to Perl, Python2, Python3, Ruby, TCL, Lua or Racket/MzScheme,
make sure you also install the following. Vim will work without it, but some Plugin
might need this additional dependency. (e.g. Gundo needs a working Python2 installation,
Command-T needs a working Ruby installation and Neocomplete needs a working Lua
installation). This means, those interpreters have to be installed in addition to Vim.
Without it Vim won't be able to use that feature! You can find those interperters here:
- ActivePerl 5.24
- ActiveTcl 8.6.6
- LuaBinaries 5.3
- Python 2.7
- Python3 3.6
- Racket 6.10.1
- RubyInstaller2 2.4
Make sure that you install the same architecture (32bit/64bit) that matches your Vim installation.