jjgod / vim-cocoa

A vim GUI implementation in Cocoa, for Mac OS X.

jjgod (author)
Wed Jun 17 21:05:34 -0700 2009
commit  2c9a59f65572b34b87f641ce74711b7b53bb3014
tree    7a9e51cfd41a17084a8a1b48af6fae6f44b56c2d
parent  b8e77b25b95b1d25454307ad2c487abdd5f30f31
vim-cocoa / configure
100755 7 lines (4 sloc) 0.169 kb
1
2
3
4
5
6
7
#! /bin/sh
 
# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.
 
cd src && exec ./configure "$@"