Compiled MacVim snapshot based on 7.4.397
Binaries are compiled for OSX Mavericks 10.9.*
MacVim binaries based on Vim v.7.4.397 and support for Homebrew Python 2.7.8
Choose your flavour
Basic
A basic flavour, no Python or Lua, Ruby support
Default Python (v2.7.5) Mavericks
A binary with support for Mavericks Python 2.7.5, Lua, Ruby, Perl.
Brewed Python (v2.7.8)
A binary with support for Homebrew Python 2.7.8, Lua, Ruby, Perl.
Compile from Sources
Download the sources or clone the repository and clone Source MacVim to compile on OS X with an easy to run interactive bash script.
Support
If you find a bug relative to the compiled sources (crashes due to linked libraries or similar) report it into the appropriate issues section of the GitHub forked repository.
Mercurial official repository log
relative to the new Vim patches since the previous build
commit a044cc6
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Aug 6 19:09:16 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Aug 6 19:09:16 2014 +0200
updated for version 7.4.397
Problem: Matchparen only uses the topmost syntax item.
Solution: Go through the syntax stack to find items. (James McCoy)
Also use getcurpos() when possible.
runtime/plugin/matchparen.vim | 13 ++++++++++---
src/version.c | 2 ++
2 files changed, 12 insertions(+), 3 deletions(-)
commit 1255711
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Aug 6 18:17:11 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Aug 6 18:17:11 2014 +0200
updated for version 7.4.396
Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful)
Solution: Only set the clipboard after the last delete. (Christian Brabandt)
src/ex_cmds.c | 8 ++++++++
src/ex_cmds2.c | 10 ++++++++--
src/ex_docmd.c | 7 +++++++
src/globals.h | 2 ++
src/ops.c | 15 +++++++++++----
src/proto/ui.pro | 2 ++
src/ui.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/version.c | 2 ++
8 files changed, 94 insertions(+), 6 deletions(-)