Skip to content

v8.1.0053

Compare
Choose a tag to compare
@chrisbra chrisbra released this 12 Jun 22:05

Nightly Vim Windows build snapshots (more information).

Changes:

  • 8.1.0053: first argument of 'completefunc' has inconsistent type
  • 8.1.0052: when mapping to times out the next mapping is skipped
  • 8.1.0051: MS-Windows: missing #endif
  • 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
  • 8.1.0049: shell cannot tell running in a terminal window
  • 8.1.0048: vim_str2nr() does not handle numbers close to the maximum
  • 8.1.0047: no completion for :unlet $VAR
  • 8.1.0046: loading a session file fails if 'winheight' is big
  • 8.1.0045: popup test isn't run completely
  • 8.1.0044: if a test function exists Vim this may go unnoticed
  • 8.1.0043: ++bad argument of :edit does not work properly

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:

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