diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 8c30879ff..363520385 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -14,7 +14,7 @@ class Macvim < Formula depends_on 'cscope' => :recommended depends_on 'lua' => :optional depends_on :python => :recommended - depends_on :python3 => :optional # Help us! :python3 is MacVim makes the window disappear! + depends_on :python3 => :optional # Help us! :python3 in MacVim makes the window disappear! depends_on :xcode # For xcodebuild. |
