From 0cb8693fffa25c6066bd96a466d5f756e18fc840 Mon Sep 17 00:00:00 2001 From: commitay Date: Fri, 21 Sep 2018 15:02:05 +1000 Subject: [PATCH] vim: fix component order --- Formula/vim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vim.rb b/Formula/vim.rb index ce596186aa..f4a1924d4c 100644 --- a/Formula/vim.rb +++ b/Formula/vim.rb @@ -13,8 +13,6 @@ class Vim < Formula sha256 "028855a95ac5960362c4b667f777a2ac0174ddb6b156fa5ea027dd8902899ca4" => :el_capitan end - deprecated_option "override-system-vi" => "with-override-system-vi" - option "with-override-system-vi", "Override system vi" option "with-gettext", "Build vim with National Language Support (translated messages, keymaps)" option "with-client-server", "Enable client/server mode" @@ -30,6 +28,8 @@ class Vim < Formula option "without-#{language}", "Build vim without #{language} support" end + deprecated_option "override-system-vi" => "with-override-system-vi" + depends_on "perl" depends_on "ruby" depends_on :x11 if build.with? "client-server"