aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-25 10:56:32 -0700
committerAdam Vandenberg2010-07-25 10:58:00 -0700
commit8c917dcf09aa9c7481b5279a7b09887425305cf3 (patch)
treeee5721b6a024aacd4ff8dd51f07edf18b2686724 /share
parent0e7eae88d8746febfeb10495f9cf63caf8839781 (diff)
downloadhomebrew-8c917dcf09aa9c7481b5279a7b09887425305cf3.tar.bz2
Allow HOMEBREW_EDITOR for non-project editing.
If set, use "HOMEBREW_EDITOR" when editing a single file, or multiple files in the same folder. Note that this setting does not affect `brew edit`, since opening all of Homebrew at once requires an editor with proper project support.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.19
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index bb5853e36..67c34b3e0 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -164,6 +164,13 @@ HOMEBREW_DEBUG
If set, instructs Homebrew to always assume \fB\-\-debug\fR when running commands\.
.
.TP
+HOMEBREW_EDITOR
+If set, Homebrew will use this editor when editing a single formula, or several formulae in the same folder\.
+.
+.IP
+\fINOTE\fR: \fBbrew edit\fR will open all of Homebrew as discontinuous files and folders\. TextMate can handle this correctly in project mode, but many editors will do strange things in this case\.
+.
+.TP
HOMEBREW_SVN
When exporting from Subversion, Homebrew will use \fBHOMEBREW_SVN\fR if set, a Homebrew\-built Subversion if installed, or the system\-provided binary\.
.
@@ -181,7 +188,7 @@ This issue typically occurs when using FileVault (or certain custom SSD configur
HOMEBREW_USE_LLVM
If set, instructs Homebrew to use the LLVM front\-ends to the GCC compilers\.
.
-.br
+.IP
\fINOTE\fR: Not all formulae will build correctly under LLVM\.
.
.TP