aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
AgeCommit message (Collapse)Author
2014-02-05vim: remove patchesJack Nagel
2014-02-05vim 7.4.161Jack Nagel
2014-01-05ex-vi, vim: mark conflict.Peter Aronoff
Since both install `bin/ex` and `bin/view`, they should conflict. This should fix #25657. Ideally, this is a temporary fix. I would like to find out if it's possible to have `ex-vi` install `bin/ex` and `bin/view` with a prefix (à la GNU's `coreutils`). If so, it would be possible to have it all. Closes #25663. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-04vim: cleanup python usage.Mike McQuaid
2013-11-29vim: patches have been incorporated upstreamAdam Vandenberg
2013-11-14vim: clean vi -> vim symlinkAdam Vandenberg
Closes #23722.
2013-11-14Tidies up English in messages.Chris Lasher
Closes #24313. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-13vim: Preliminary Python 3 supportmbcoguno
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Closes #21366.
2013-10-21vim: fix trailing whitespace in commentMisty De Meo
2013-10-21vim: Fix compilation on Mac OS X 10.9Felix Bünemann
- The required macro MAC_OS_X_VERSION_MAX_ALLOWED requires AvailabilityMacros.h to be defined. Closes #20831. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-10-20vim: add client/server optionDominique Orban
Closes #23355. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-20vim: patch for -no-cpp-precompMisty De Meo
2013-10-11vim: change project URL to generic debian.orgDaniel James McMahon
Closes #23185. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-09vim 7.4.052Jack Nagel
2013-09-29vim: fix lua optionAdam Vandenberg
Closes #21963.
2013-09-28vim: hg dep is inferredJack Nagel
2013-09-21vim: use spec depsJack Nagel
2013-09-18vim: move back to tracking Debian unstableJack Nagel
2013-09-17vim: needs hg for stable, for nowJack Nagel
2013-09-12vim 7.4.027cmar
Closes #22344. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-12vim: Build with system python on Xcode-only MacsSamuel John
Also end the crazy loads of options. Note, that if both `--with-foo` and `--without-foo` are defined as options, then `build.with? 'foo'` does not work as expected for `:recommended` options. Fixes #21825
2013-08-10vim 7.4Peter Aronoff
Closes #21809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-05vim: add with-compiledbyAdam Vandenberg
2013-08-03Vim 7.4b.4 BetaKnackeredCoder
Closes #21633. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-16Vim devel 7.4a BetaKnackeredCoder
Closes #21256. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-16Vim 7.4a.12 BETAKnackeredCoder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-11vim: Add descr. for adding LDFLAGS.Samuel John
2013-06-11Vim & MacVim: Fix support for brewed pythonSamuel John
However, the downside is that we had to remove python3 support until that is fixed upstream.
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-21vim: roll back and track debian-unstableJack Nagel
Vim sees patchlevel release every few days (and recently, several times per day). This is too often to be updating the formula and prompting upgrades for users who don't care to update that frequently. It is also a vector for bugs when new development is happening upstream (e.g. the recent regexp engine switch). So this package now tracks debian-unstable. People who want to live on the bleeding edge can still use --HEAD like any other formula.
2013-05-20Vim 7.3.976Julian Berman
Closes #19942. Closes #19943. Closes #19944. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-19Vim 7.3.973Julian Berman
Closes #19934. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-19vim 7.3.972Francisco Souza
Closes #19930. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-18vim 7.3.969Francisco Souza
Closes #19918. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-17vim 7.3.967Francisco Souza
Closes #19901. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-15vim 7.3.960Francisco Souza
Closes #19856. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-15vim 7.3.955Francisco Souza
Closes #19837. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-13vim 7.3.944Francisco Souza
Closes #19786. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-12vim 7.3.943Francisco Souza
Closes #19758. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-12vim 7.3.936Francisco Souza
Closes #19750. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-07vim 7.3.931Francisco Souza
Closes #19652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-06vim 7.3.929Francisco Souza
Closes #19629. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-05vim 7.3.923Francisco Souza
Closes #19619. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-24vim 7.3.918Francisco Souza
Closes #19415. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-19vim: Add --override-system-vi optionJesus Lopez
When specified, `/usr/local/bin/vi` is also symlinked, so that executing `vi` will launch homebrew's version. Closes #19309. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-17Add :hg build requirement.Adam Vandenberg
Closes #19074.
2013-04-15vim 7.3.905Francisco Souza
Closes #19221. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-15vim 7.3.896Francisco Souza
Closes #19211. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-14vim 7.3.891Francisco Souza
Closes #19188. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-12vim 7.3.888Francisco Souza
Closes #19164. Signed-off-by: Jack Nagel <jacknagel@gmail.com>