Skip to content

Compiled MacVim snapshot based on Vim 7.4.372

Compare
Choose a tag to compare
@genoma genoma released this 16 Jul 17:43
· 618 commits to master since this release

Binaries are compiled for OSX Mavericks 10.9.*

MacVim binaries based on Vim v.7.4.372 plus updated runtimes files with updated runtime 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 patches since the previous build

commit 8b167d4
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 18:19:27 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 18:19:27 2014 +0200

updated for version 7.4.372
Problem:    When 'winminheight' is zero there might not be one line for the
        current window.
Solution:   Change the size computations. (Yukihiro Nakadaira)

src/version.c | 2 ++
src/window.c | 42 ++++++++++++++++++++++--------------------
2 files changed, 24 insertions(+), 20 deletions(-)

commit 2aa6d25
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 17:29:51 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 17:29:51 2014 +0200

updated for version 7.4.371
Problem:    When 'linebreak' is set control characters are not correctly
        displayed. (Kimmy Lindvall)
Solution:   Set n_extra. (Christian Brabandt)

src/screen.c | 2 ++
src/version.c | 2 ++
2 files changed, 4 insertions(+)

commit c044ba7
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 17:01:53 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 17:01:53 2014 +0200

updated for version 7.4.370
Problem:    Linebreak test fails when encoding is not utf-8. (Danek Duvall)
Solution:   Split the test in a single byte one and a utf-8 one. (Christian
        Brabandt)

src/testdir/Make_amiga.mak | 2 ++
src/testdir/Make_dos.mak | 1 +
src/testdir/Make_ming.mak | 1 +
src/testdir/Make_os2.mak | 1 +
src/testdir/Make_vms.mms | 1 +
src/testdir/Makefile | 1 +
src/testdir/test_listlbr.in | 18 ++++--------------
src/testdir/test_listlbr.ok | 24 ++++++-----------------
src/testdir/test_listlbr_utf8.in | 41 ++++++++++++++++++++++++++++++++++++++++
src/testdir/test_listlbr_utf8.ok | 14 ++++++++++++++
src/version.c | 2 ++
11 files changed, 74 insertions(+), 32 deletions(-)

commit 0154919
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 16:30:28 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 16:30:28 2014 +0200

updated for version 7.4.369
Problem:    Using freed memory when exiting while compiled with EXITFREE.
Solution:   Set curwin to NULL and check for that. (Dominique Pelle)

src/buffer.c | 4 ++--
src/version.c | 2 ++
src/window.c | 4 ++++
3 files changed, 8 insertions(+), 2 deletions(-)

commit 6e8d074
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 15:18:26 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 15:18:26 2014 +0200

updated for version 7.4.368
Problem:    Restoring the window sizes after closing the command line window
        doesn't work properly if there are nested splits.
Solution:   Restore the sizes twice. (Hirohito Higashi)

src/version.c | 2 ++
src/window.c | 15 ++++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)

commit aad41dc
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 14:42:46 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 14:42:46 2014 +0200

updated for version 7.4.367
Problem:    Other solution for redrawing after completion.
Solution:   Schedule a window redraw instead of just clearing the command
        line. (Jacob Niehus)

src/edit.c | 6 +++++-
src/version.c | 2 ++
2 files changed, 7 insertions(+), 1 deletion(-)

commit 59ddbed
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 14:20:41 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 14:20:41 2014 +0200

updated for version 7.4.366
Problem:    Can't run the linebreak test on MS-Windows.
Solution:   Fix the output file name. (Taro Muraoka)

src/testdir/Make_dos.mak | 2 +-
src/version.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

commit 783c716
Author: Bram Moolenaar [email protected]
AuthorDate: Wed Jul 16 14:16:46 2014 +0200
Commit: Bram Moolenaar [email protected]
CommitDate: Wed Jul 16 14:16:46 2014 +0200

updated for version 7.4.365
Problem:    Crash when using ":botright split" when there isn't much space.
Solution:   Add a check for the minimum width/height. (Yukihiro Nakadaira)

src/version.c | 2 ++
src/window.c | 20 ++++++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)

runtime/doc/tags | 1 +
runtime/doc/todo.txt | 29 +++--------
runtime/doc/usr_08.txt | 4 +-
runtime/filetype.vim | 20 ++++++--
runtime/ftplugin/r.vim | 31 ++++++++++++
runtime/ftplugin/rhelp.vim | 29 +++++++++++
runtime/ftplugin/rmd.vim | 43 ++++++++++++++++
runtime/ftplugin/rnoweb.vim | 40 +++++++++++++++
runtime/ftplugin/rrst.vim | 37 ++++++++++++++
runtime/ftplugin/text.vim | 17 +++++++
runtime/indent/rhelp.vim | 111 ++++++++++++++++++++++++++++++++++++++++++
runtime/indent/rmd.vim | 46 +++++++++++++++++
runtime/indent/rnoweb.vim | 35 +++++++++++++
runtime/indent/rrst.vim | 46 +++++++++++++++++
runtime/plugin/matchparen.vim | 11 +++--
runtime/syntax/r.vim | 15 +++---
runtime/syntax/rhelp.vim | 27 +++++++---
runtime/syntax/rmd.vim | 87 +++++++++++++++++++++++++++++++++
runtime/syntax/rrst.vim | 47 ++++++++++++++++++
22 files changed, 636 insertions(+), 52 deletions(-)