Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Michael Ring To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Looking for a gooood port of VI for cygwin... Date: Thu, 29 Jun 2000 14:02:31 +0200 Message-ID: <0tdmls4n7l6rrq314vjijioasplfkhk6d0@4ax.com> References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id IAA21697 On Thu, 29 Jun 00 13:40:12 +0100, you wrote: >hi, > >is there a good port of VI that will work with cygwin? >I love VI, it's so simple and fast and it's hard to live >without it. > Take vim! (www.vim.org) Version 5.6 compiles out of the box (Actual version is 5.7, perhaps it also works fine, had no time to test it yet) Building: Untar the src and the rt packages, cd src ./configure --enable-gui=auto --prefix=/usr (--disable-perlinterp if you have perl 5.6) ( --enable-pythoninterp if you have python) make (EXTRA_LIBS="-lICE -lSM" if you have X11R6 libs installed) cd src make SUFFIX=.exe install make installmacros If you want a minimalistic vim then there is also a switch --enable-min-features If you want it super-sexy (hmm.. can editors be sexy... ??) compile glib & gtk + use x11r6 libs and you will get a nice looking gtk-interface for vim >thanks. >/dAVe Have fun, Michael Ring -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com