Compiled MacVim snapshot based on 7.4.381
Binaries are compiled for OSX Mavericks 10.9.*
MacVim binaries based on Vim v.7.4.381 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 96b4992
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 17:39:25 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 17:39:25 2014 +0200
updated for version 7.4.381
Problem: Get u_undo error when backspacing in Insert mode deletes more than
one line break. (Ayberk Ozgur)
Solution: Also decrement Insstart.lnum.
src/edit.c | 1 +
src/version.c | 2 ++
2 files changed, 3 insertions(+)
commit 2a25d18
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 16:57:00 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 16:57:00 2014 +0200
updated for version 7.4.380
Problem: Loading python may cause Vim to exit.
Solution: Avoid loading the "site" module. (Taro Muraoka)
src/if_python.c | 31 +++++++++++++++++++++++++++++++
src/version.c | 2 ++
2 files changed, 33 insertions(+)
commit ba1e32f
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 16:33:07 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 16:33:07 2014 +0200
updated for version 7.4.379
Problem: Accessing freed memory after using setqflist(list, 'r'). (Lcd)
Solution: Reset qf_index.
src/quickfix.c | 1 +
src/version.c | 2 ++
2 files changed, 3 insertions(+)
commit bc131b2
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 15:55:00 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 15:55:00 2014 +0200
updated for version 7.4.378
Problem: Title of quickfist list is not kept for setqflist(list, 'r').
Solution: Keep the title. Add a test. (Lcd)
src/quickfix.c | 38 +++++++++++++++++++++++++-------------
src/testdir/Make_amiga.mak | 2 ++
src/testdir/Make_dos.mak | 1 +
src/testdir/Make_ming.mak | 1 +
src/testdir/Make_os2.mak | 3 ++-
src/testdir/Make_vms.mms | 3 ++-
src/testdir/Makefile | 1 +
src/testdir/test_qf_title.in | 18 ++++++++++++++++++
src/testdir/test_qf_title.ok | 2 ++
src/version.c | 2 ++
10 files changed, 56 insertions(+), 15 deletions(-)
commit d824d41
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 15:21:20 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 15:21:20 2014 +0200
updated for version 7.4.377
Problem: When 'equalalways' is set a split may report "no room" even though
there is plenty of room.
Solution: Compute the available room properly. (Yukihiro Nakadaira)
src/version.c | 2 ++
src/window.c | 40 +++++++++++++++++++++++++++++++++++++---
2 files changed, 39 insertions(+), 3 deletions(-)
commit ca2c91a
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 13:50:46 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 13:50:46 2014 +0200
updated for version 7.4.376
Problem: Popup menu flickers too much.
Solution: Remove the forced redraw. (Hirohito Higashi)
src/edit.c | 4 ++--
src/version.c | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
commit 327f334
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 13:16:30 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 13:16:30 2014 +0200
updated for version 7.4.375
Problem: Test 63 fails when run with GUI-only Vim.
Solution: Add guibg attributes. (suggested by Mike Soyka)
src/testdir/test63.in | 6 +++---
src/version.c | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
commit c5896f9
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 23 12:31:20 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 23 12:31:20 2014 +0200
updated for version 7.4.374
Problem: Character after "fb" command not mapped if it might be a composing
character.
Solution: Don't disable mapping when looking for a composing character.
(Jacob Niehus)
src/normal.c | 6 +++++-
src/version.c | 2 ++
2 files changed, 7 insertions(+), 1 deletion(-)
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(-)