Skip to content

Compiled MacVim snapshot based on 7.4.373 plus updated runtime files

Compare
Choose a tag to compare
@genoma genoma released this 19 Jul 13:05
· 613 commits to master since this release

Binaries are compiled for OSX Mavericks 10.9.*

MacVim binaries based on Vim v.7.4.373 plus updated runtimes files 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 81cbb88
Author: Bram Moolenaar [email protected]
AuthorDate: Sat Jul 19 14:04:47 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Sat Jul 19 14:04:47 2014 +0200

Update runtime files.  Make matchparen plugin backwards compatible.
Add json filetype.

runtime/doc/editing.txt | 7 ++++++-
runtime/doc/eval.txt | 4 ++--
runtime/doc/todo.txt | 46 ++++++++++++++++++++++++++++++++++-------
runtime/filetype.vim | 7 +++++--
runtime/ftplugin/json.vim | 17 +++++++++++++++
runtime/indent/json.vim | 13 ++++++++++++
runtime/plugin/matchparen.vim | 16 +++++++++++---
runtime/syntax/debchangelog.vim | 4 ++--
runtime/syntax/debcontrol.vim | 19 +++++++++++++++--
runtime/syntax/debsources.vim | 4 ++--
runtime/syntax/json.vim | 16 ++++++++++++++
runtime/syntax/python.vim | 4 ++--
12 files changed, 133 insertions(+), 24 deletions(-)

commit 80b2e62
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 23:39:54 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 23:39:54 2014 +0200

updated for version 7.4.373
Problem:    Compiler warning for unused argument and unused variable.
Solution:   Add UNUSED.  Move variable inside #ifdef.

src/charset.c | 4 ++--
src/version.c | 2 ++
src/window.c | 5 +++--
3 files changed, 7 insertions(+), 4 deletions(-)