vim: add vi* conflict.

This commit is contained in:
Mike McQuaid 2018-11-27 09:30:58 +00:00 committed by FX Coudert
parent 7ea78b16d6
commit 43bbc423a0

View file

@ -22,6 +22,9 @@ class Vim < Formula
conflicts_with "ex-vi",
:because => "vim and ex-vi both install bin/ex and bin/view"
conflicts_with "macvim",
:because => "vim and macvim both install vi* binaries"
def install
ENV.prepend_path "PATH", Formula["python"].opt_libexec/"bin"