This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Vim and Cygnus


On Thu, Jun 01, 2000 at 04:48:41PM +0530, Shiv Kumar wrote:
>Hi
>
>I tried using this script for invoking vim, so that it understands Cygwin paths
>:-
>
>#!/bin/sh
>echo $* | xargs -n1 cygpath -w | sed -e 's#\\#/#g' | xargs  vim -T win32
>
>Two problems :
>
>  1. It is very slow. That I can understand because so many things are done
>     before Vim is actually invoked.
>
>  2. Two, Vim is complaining, 'Vim: Warning : Input is not from a terminal'.
>     Also, Vim takes much time to respond to first keystore (for eg, ':' takes
>     almost 30 seconds to appear). Subsequent keystores are fine.
>
>Any help?

Yes.  Use a cygwin version of vim.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]