From d3315a59f1e1b71593a206ff8005347bd754dba0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 4 Sep 2017 22:42:10 +0900 Subject: [PATCH] macvim: enable terminal Closes #17592. Signed-off-by: ilovezfs --- Formula/macvim.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/macvim.rb b/Formula/macvim.rb index 3f9c26326c..896f6aec06 100644 --- a/Formula/macvim.rb +++ b/Formula/macvim.rb @@ -5,6 +5,7 @@ class Macvim < Formula url "https://github.com/macvim-dev/macvim/archive/snapshot-136.tar.gz" version "8.0-136" sha256 "8999d085352fad0613c28220b27a497b8d2702ad904c62f4c8c743f23975e260" + revision 1 head "https://github.com/macvim-dev/macvim.git" bottle do @@ -46,6 +47,7 @@ class Macvim < Formula --enable-perlinterp --enable-rubyinterp --enable-tclinterp + --enable-terminal --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=#{HOMEBREW_PREFIX}