<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">I’ve made an alternative version of the Macvim Bundle, that can be used with <a href="http://vimr.org" style="color:#3983C4">Vimr</a>.</p>
<p dir="auto">Vimr has built in Markdown preview, so it's much easier to use (the previous bundle relies on<br>
Marked to be present).</p>
<p dir="auto">The only "quirk" is that it requires the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">vimr</code> executable to be in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/.local/bin</code>.</p>
<p dir="auto">Everything can stay similar (equal?) to the Macvim bundle except the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">edit</code> file that should look<br>
like this</p>
<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">#!/bin/sh
##
# edit: backend script of the MailMate Vimr bundle, used to invoke vimr
#
# Original author: Giovanni Lanzani <giovanni@lanzani.nl>
##
PATH=$HOME/.local/bin:$PATH
VISUAL=vimr
$VISUAL --wait -s "$MM_EDIT_FILEPATH"
osascript -e 'tell app "MailMate" to activate'
</code></pre>
<p dir="auto">Benny, can you let me know if there is more work to do on my side to include this bundle in<br>
Mailmate?</p>
<p dir="auto">Cheers,</p>
<p dir="auto">Giovanni</p>
</div>
</div>
</body>
</html>