Skip to content

v8.0.0271

Compare
Choose a tag to compare
@chrisbra chrisbra released this 29 Jan 23:17

Nightly Vim Windows build snapshots (more information).

Changes:

  • 8.0.0271: may get ml_get error when :tcldo deletes lines
  • 8.0.0270: may get ml_get error when :rubydo deletes lines
  • 8.0.0269: may get ml_get error when :perldo deletes lines
  • 8.0.0268: may get ml_get error when :luado deletes lines
  • 8.0.0267: channel test sometimes fails on Mac
  • 8.0.0266: compiler warning for using uninitialized variable
  • 8.0.0265: may get ml_get error when :pydo deletes lines
  • 8.0.0264: memory error reported by ubsan
  • 8.0.0263: Farsi support is not tested enough
  • 8.0.0262: Farsi support is barely tested
  • 8.0.0261: not enough test coverage for eval functions
  • 8.0.0260: build fails with tiny features
  • 8.0.0259: tab commands do not handle count correctly
  • 8.0.0258: mksession test leaves file behind

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 Pyhton2 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:

Make sure that you install the same architecture (32bit/64bit) that matches your Vim installation.