From 43bbc423a09050b531ee997ab2b6a412c6f40e0c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 27 Nov 2018 09:30:58 +0000 Subject: [PATCH] vim: add vi* conflict. --- Formula/vim.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/vim.rb b/Formula/vim.rb index 6f368a8d11..8725477a31 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -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"