v8.0.0876
Nightly Vim Windows build snapshots (more information).
Changes:
- 8.0.0876: backslashes and wildcards in backticks don't work
- 8.0.0875: crash with weird command sequence
- 8.0.0874: can't build with terminal feature
- 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode
- 8.0.0872: no mouse scroll with a terminal window
- 8.0.0871: status line for a terminal window always has "[+]".
- 8.0.0870: mouse escape codes sent to terminal unintentionally
- 8.0.0869: job output is sometimes not displayed in a terminal
- 8.0.0868: cannot specify the terminal size on the command line
- 8.0.0867: job and channel in a dict value not quoted
- 8.0.0866: Solaris also doesn't have MIN and MAX
- 8.0.0865: cannot build with channel but without terminal feature
- 8.0.0864: cannot specify the name of a terminal
- 8.0.0863: a remote command does not work in the terminal window
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
- LuaBinaries 5.3
- Python 2.7
- Python3 3.5
- Racket 6.6
- RubyInstaller 2.2
Make sure that you install the same architecture (32bit/64bit) that matches your Vim installation.