Skip to content

v7.4.1782

Compare
Choose a tag to compare
@chrisbra chrisbra released this 23 Apr 22:08

Nightly Vim Windows build snapshots (more information).

Changes:

  • 7.4.1782 strcharpart() does not work properly with some multi-byte characters. Solution: Use mb_cp
  • 7.4.1781 synIDattr() does not respect 'guicolors'. Solution: Change the conditition for the mode.
  • 7.4.1780 Warnings reported by cppcheck. Solution: Fix the warnings. (Dominique Pelle)
  • 7.4.1779 Using negative index in strcharpart(). (Yegappan Lakshmanan) Solution: Assume single byte

Download and execute the most recent gvim_7.._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).

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.