<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/9fa3ac3992a5df479cb79fde95c5dc1b94138545">https://github.com/macports/macports-base/commit/9fa3ac3992a5df479cb79fde95c5dc1b94138545</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9fa3ac3992a5df479cb79fde95c5dc1b94138545
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Apr 4 11:15:49 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    doc: Document MP_EDITOR env variable for port edit
</span>---
 doc/port-edit.1.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/port-edit.1.txt b/doc/port-edit.1.txt
</span><span style='display:block; white-space:pre;color:#808080;'>index c5e44cb..15452c5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/port-edit.1.txt
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/port-edit.1.txt
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,10 +16,11 @@ SYNOPSIS
</span> DESCRIPTION
 -----------
 *port edit* will open the associated 'Portfile' in an editor. It will try to
<span style='display:block; white-space:pre;background:#ffe0e0;'>-determine your favorite editor by respecting the environment variables *$VISUAL*
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-or *$EDITOR* in this order. If none has been set it will fallback to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-'/usr/bin/vi'. Your shell will be blocked until the editor returns. The path to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-the 'Portfile' is passed as one single argument to the editor.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+determine your favorite editor by respecting the environment variables
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+*$MP_EDITOR*, *$VISUAL*, or *$EDITOR* in this order. If none has been set it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+will fallback to '/usr/bin/vi'. Your shell will be blocked until the editor
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+returns. The path to the 'Portfile' is passed as one single argument to the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+editor.
</span> 
 If you specify multiple ports, the editor is executed multiple times for
 each of them one after another.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +38,7 @@ Use the specified 'editor', overriding environment variables.
</span> 
 ENVIRONMENT
 -----------
<span style='display:block; white-space:pre;background:#ffe0e0;'>-*EDITOR*, *VISUAL*::
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+*MP_EDITOR*, *EDITOR*, *VISUAL*::
</span> Specifies the editor to be launched.
 
 SEE ALSO
</pre><pre style='margin:0'>

</pre>