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: Chris Faylor Date: Thu, 1 Jun 2000 10:19:45 -0400 To: cygwin Subject: Re: Vim and Cygnus Message-ID: <20000601101945.E15257@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin References: <39352D94 DOT 3FDE8DFD AT rocketmail DOT com> <3936228F DOT DAD62046 AT isnet DOT sk> <39364691 DOT E0760BAE AT rocketmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39364691.E0760BAE@rocketmail.com>; from vihs@rocketmail.com on Thu, Jun 01, 2000 at 04:48:41PM +0530 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 AT sourceware DOT cygnus DOT com