v7.4.1883
Nightly Vim Windows build snapshots (more information).
Changes:
- 7.4.1883 Cppcheck found 2 incorrect printf formats. Solution: Use %ld and %lx. (Dominique Pelle)
- 7.4.1882 Check for line break at end of line wrong. (Dominique Pelle) Solution: Correct the logic.
- 7.4.1881 Appending to a long quickfix list is slow. Solution: Add qf_last.
- 7.4.1880 MS-Windows console build defaults to not having +channel. Solution: Include the channel f
- 7.4.1879 Channel test is flaky. Solution: Wait for close_cb to be invoked.
- 7.4.1878 Whether a job has exited isn't detected until a character is typed. After calling exit_cb
- 7.4.1877 No test for invoking "close_cb" when writing to a buffer. Solution: Add using close_cb to
- 7.4.1876 Typing "k" at the hit-enter prompt has no effect. Solution: Don't assume recursive use of
- 7.4.1875 Comparing functions and partials doesn't work well. Solution: Add tests. (Nikolai Pavlov)
- 7.4.1874 Unused variable in Win32 code. Solution: Remove it. (Mike Williams)
- 7.4.1873 When a callback adds a timer the GUI doesn't use it until later. (Ramel Eshed) Solution:
- 7.4.1872 Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN
- 7.4.1871 Appending to the quickfix list while the quickfix window is open is very slow. Solution:
- 7.4.1870 One more Win64 compiler warning. Solution: Change declared argument type. (Ken Takata)
- 7.4.1869 Can't build with old version of Perl. Solution: Define PERLIO_FUNCS_DECL. (Tom G. Christe
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).
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:
- ActivePerl 5.22
- ActiveTcl 8.6
- LuaBinaries 5.3
- Python 2.7
- Python 3.4
- Racket 6.4
- RubyInstaller 2.2
Make sure that you install the same architecture (32bit/64bit) that matches your Vim installation.