vim: fix option text.

Closes #2381.
This commit is contained in:
Mike McQuaid 2016-06-25 17:26:25 +01:00
parent 3be0c28a3c
commit bc6d00a934

View file

@ -24,8 +24,8 @@ class Vim < Formula
if MacOS.version >= :mavericks
option "with-custom-python", "Build with a custom Python 2 instead of the Homebrew version."
option "with-custom-ruby", "Build with a custom Ruby instead of the system version."
option "with-custom-perl", "Build with a custom Perl instead of the system version."
option "with-custom-ruby", "Build with a custom Ruby instead of the Homebrew version."
option "with-custom-perl", "Build with a custom Perl instead of the Homebrew version."
end
option "with-python3", "Build vim with python3 instead of python[2] support"